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

References

include/llvm/BinaryFormat/MachO.h
 1253   sys::swapByteOrder(dst.nextrel);
lib/Object/MachOObjectFile.cpp
  554   BigSize = Dysymtab.nextrel;
  563                                           Dysymtab.nextrel *
 2090   Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations
 4496   Cmd.nextrel = 0;
lib/ObjectYAML/MachOYAML.cpp
  341   IO.mapRequired("nextrel", LoadCommand.nextrel);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  903       dst->nextrel        = 0;
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  276           MLC.dysymtab_command_data.nextrel != 0)
tools/llvm-objdump/MachODump.cpp
 1055   if (Dysymtab.nextrel != 0) {
 1056     outs() << "External relocation information " << Dysymtab.nextrel
 8920   outs() << "        nextrel " << dyst.nextrel;
 8921   big_size = dyst.nextrel;
tools/llvm-readobj/MachODumper.cpp
  828       W.printNumber("nextrel", DLC.nextrel);