Searched refs:export_off (Results 1 – 9 of 9) sorted by relevance
79 if (DyLdInfoCommand.export_off) { in totalSize()82 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()370 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo()613 if (DyLdInfoCommand.export_off) in writeTail()615 {DyLdInfoCommand.export_off, &MachOWriter::writeExportInfo}); in writeTail()
405 MLC.dyld_info_command_data.export_off = in layoutTail()
885 uint32_t export_off; member1258 sys::swapByteOrder(info.export_off); in swapStruct()
519 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
312 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
719 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()723 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()730 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()4974 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
117 c->export_off = exportSection->fileOff; in writeTo()
1774 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
9034 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()9035 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()9040 big_size = dc.export_off; in PrintDyldInfoLoadCommand()