Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h714 uint32_t tocoff; member
1382 sys::swapByteOrder(dst.tocoff); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp388 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp909 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp487 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()
493 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()
499 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()
4864 Cmd.tocoff = 0; in getDysymtabLoadCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8887 outs() << " tocoff " << dyst.tocoff; in PrintDysymtabLoadCommand()
8888 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8895 big_size += dyst.tocoff; in PrintDysymtabLoadCommand()