Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp75 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize()
77 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
392 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
H A DMachOLayoutBuilder.cpp351 MLC.dyld_info_command_data.export_size = O.Exports.Trie.size(); in layoutTail()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp509 if (dyldInfo->export_size) { in readBinary()
512 ArrayRef<uint8_t> trie(trieStart, read32(&dyldInfo->export_size, isBig)); in readBinary()
H A DMachONormalizedFileBinaryWriter.cpp864 di->export_size = _exportTrie.size(); in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h877 uint32_t export_size; member
1124 sys::swapByteOrder(info.export_size); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp275 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp117 c->export_size = exportSection->getFileSize(); in writeTo()
H A DInputFiles.cpp1012 parseTrie(buf + c->export_off, c->export_size, in DylibFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp714 BigSize += DyldInfo.export_size; in checkDyldInfoCommand()
721 DyldInfo.export_size, in checkDyldInfoCommand()
4619 return makeArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9023 outs() << " export_size " << dc.export_size; in PrintDyldInfoLoadCommand()
9025 big_size += dc.export_size; in PrintDyldInfoLoadCommand()