Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h716 uint32_t modtaboff; member
1384 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp389 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp911 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp503 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
518 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
524 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4863 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8769 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
8770 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8779 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
8783 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()