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

References

include/llvm/BinaryFormat/MachO.h
 1246   sys::swapByteOrder(dst.modtaboff);
lib/Object/MachOObjectFile.cpp
  491   if (Dysymtab.modtaboff > FileSize)
  506   BigSize += Dysymtab.modtaboff;
  512   if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff,
 4489   Cmd.modtaboff = 0;
lib/ObjectYAML/MachOYAML.cpp
  334   IO.mapRequired("modtaboff", LoadCommand.modtaboff);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  896       dst->modtaboff      = 0;
tools/llvm-objdump/MachODump.cpp
 8869   outs() << "      modtaboff " << dyst.modtaboff;
 8870   if (dyst.modtaboff > object_size)
 8879     modtabend += dyst.modtaboff;
 8883     modtabend += dyst.modtaboff;
tools/llvm-readobj/MachODumper.cpp
  821       W.printNumber("modtaboff", DLC.modtaboff);