Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h700 uint32_t nmodtab; member
1236 sys::swapByteOrder(dst.nmodtab); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp327 IO.mapRequired("nmodtab", LoadCommand.nmodtab); in mapping()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp804 W.printNumber("nmodtab", DLC.nmodtab); in printMachODysymtab()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp488 BigSize = Dysymtab.nmodtab; in checkDysymtabCommand()
506 Dysymtab.nmodtab * sizeof_modtab, in checkDysymtabCommand()
4472 Cmd.nmodtab = 0; in getDysymtabLoadCommand()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp891 dst->nmodtab = 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8456 outs() << " nmodtab " << dyst.nmodtab; in PrintDysymtabLoadCommand()
8459 modtabend = dyst.nmodtab; in PrintDysymtabLoadCommand()
8463 modtabend = dyst.nmodtab; in PrintDysymtabLoadCommand()