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.cpp80 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize()
82 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
371 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
H A DMachOLayoutBuilder.cpp407 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.cpp313 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp118 c->export_size = exportSection->getFileSize(); in writeTo()
H A DInputFiles.cpp1774 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp724 BigSize += DyldInfo.export_size; in checkDyldInfoCommand()
731 DyldInfo.export_size, in checkDyldInfoCommand()
4975 return ArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9039 outs() << " export_size " << dc.export_size; in PrintDyldInfoLoadCommand()
9041 big_size += dc.export_size; in PrintDyldInfoLoadCommand()