Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h699 uint32_t modtaboff; member
1235 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp326 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp803 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp484 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
499 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
505 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4471 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp890 dst->modtaboff = 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8451 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
8452 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8461 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
8465 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()