Searched refs:export_off (Results 1 – 6 of 6) sorted by relevance
512 start + read32(&dyldInfo->export_off, isBig)); in readBinary()
857 di->export_off = _exportTrie.size() ? _startOfExportTrie : 0; in writeLoadCommands()
862 uint32_t export_off; member1109 sys::swapByteOrder(info.export_off); in swapStruct()
273 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
693 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()697 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()704 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()4564 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
8585 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()8586 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()8591 big_size = dc.export_off; in PrintDyldInfoLoadCommand()