Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h713 uint32_t modtaboff; member
1249 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp349 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp494 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
509 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
515 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4510 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp825 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp896 dst->modtaboff = 0; in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8884 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
8885 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8894 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
8898 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()