Home
last modified time | relevance | path

Searched refs:tocoff (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h711 uint32_t tocoff; member
1247 sys::swapByteOrder(dst.tocoff); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp347 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp477 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()
483 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()
489 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()
4508 Cmd.tocoff = 0; in getDysymtabLoadCommand()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp823 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp894 dst->tocoff = 0; in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8871 outs() << " tocoff " << dyst.tocoff; in PrintDysymtabLoadCommand()
8872 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8879 big_size += dyst.tocoff; in PrintDysymtabLoadCommand()