Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h714 uint32_t tocoff; member
1382 sys::swapByteOrder(dst.tocoff); in swapStruct()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp387 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp909 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp486 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()
487 return malformedError("tocoff field of LC_DYSYMTAB command " + in checkDysymtabCommand()
492 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()
494 return malformedError("tocoff field plus ntoc field times sizeof(struct " in checkDysymtabCommand()
498 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()
4865 Cmd.tocoff = 0; in getDysymtabLoadCommand()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8868 outs() << " tocoff " << dyst.tocoff; in PrintDyldInfoLoadCommand()
8869 if (dyst.tocoff > object_size) in PrintDyldInfoLoadCommand()
8876 big_size += dyst.tocoff; in PrintDyldInfoLoadCommand()