reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1255   sys::swapByteOrder(dst.nlocrel);
lib/Object/MachOObjectFile.cpp
  571   BigSize = Dysymtab.nlocrel;
  580                                           Dysymtab.nlocrel *
 2107   Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations
 4498   Cmd.nlocrel = 0;
lib/ObjectYAML/MachOYAML.cpp
  343   IO.mapRequired("nlocrel", LoadCommand.nlocrel);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  905       dst->nlocrel        = 0;
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  275           MLC.dysymtab_command_data.nlocrel != 0 ||
tools/llvm-objdump/MachODump.cpp
 1063   if (Dysymtab.nlocrel != 0) {
 1065                      Dysymtab.nlocrel);
 8933   outs() << "        nlocrel " << dyst.nlocrel;
 8934   big_size = dyst.nlocrel;
tools/llvm-readobj/MachODumper.cpp
  830       W.printNumber("nlocrel", DLC.nlocrel);