Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp357 MLC.dysymtab_command_data.nmodtab != 0 || in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h717 uint32_t nmodtab; member
1385 sys::swapByteOrder(dst.nmodtab); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp391 IO.mapRequired("nmodtab", LoadCommand.nmodtab); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp912 W.printNumber("nmodtab", DLC.nmodtab); in printMachODysymtab()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp508 BigSize = Dysymtab.nmodtab; in checkDysymtabCommand()
526 Dysymtab.nmodtab * sizeof_modtab, in checkDysymtabCommand()
4867 Cmd.nmodtab = 0; in getDysymtabLoadCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8905 outs() << " nmodtab " << dyst.nmodtab; in PrintDysymtabLoadCommand()
8908 modtabend = dyst.nmodtab; in PrintDysymtabLoadCommand()
8912 modtabend = dyst.nmodtab; in PrintDysymtabLoadCommand()