Home
last modified time | relevance | path

Searched refs:export_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp81 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize()
83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
372 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
H A DMachOLayoutBuilder.cpp410 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h886 uint32_t export_size; member
1259 sys::swapByteOrder(info.export_size); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp315 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp120 c->export_size = exportSection->getFileSize(); in writeTo()
H A DInputFiles.cpp1741 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp723 BigSize += DyldInfo.export_size; in checkDyldInfoCommand()
730 DyldInfo.export_size, in checkDyldInfoCommand()
4972 return ArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8908 outs() << " export_size " << dc.export_size; in PrintDyldInfoLoadCommand()
8910 big_size += dc.export_size; in PrintDyldInfoLoadCommand()