Searched refs:export_size (Results 1 – 8 of 8) sorted by relevance
80 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()
407 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
886 uint32_t export_size; member1259 sys::swapByteOrder(info.export_size); in swapStruct()
313 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
118 c->export_size = exportSection->getFileSize(); in writeTo()
1774 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
724 BigSize += DyldInfo.export_size; in checkDyldInfoCommand()731 DyldInfo.export_size, in checkDyldInfoCommand()4975 return ArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()
9039 outs() << " export_size " << dc.export_size; in PrintDyldInfoLoadCommand()9041 big_size += dc.export_size; in PrintDyldInfoLoadCommand()