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

References

include/llvm/BinaryFormat/MachO.h
 1244   sys::swapByteOrder(dst.tocoff);
lib/Object/MachOObjectFile.cpp
  474   if (Dysymtab.tocoff > FileSize)
  480   BigSize += Dysymtab.tocoff;
  486   if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff,
 4487   Cmd.tocoff = 0;
lib/ObjectYAML/MachOYAML.cpp
  332   IO.mapRequired("tocoff", LoadCommand.tocoff);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  894       dst->tocoff         = 0;
tools/llvm-objdump/MachODump.cpp
 8856   outs() << "         tocoff " << dyst.tocoff;
 8857   if (dyst.tocoff > object_size)
 8864   big_size += dyst.tocoff;
tools/llvm-readobj/MachODumper.cpp
  819       W.printNumber("tocoff", DLC.tocoff);