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.cpp390 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.cpp504 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
519 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
525 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4866 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8900 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
8901 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8910 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
8914 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()