Searched refs:export_off (Results 1 – 9 of 9) sorted by relevance
80 if (DyLdInfoCommand.export_off) { in totalSize()83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()371 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo()614 if (DyLdInfoCommand.export_off) in writeTail()616 {DyLdInfoCommand.export_off, &MachOWriter::writeExportInfo}); in writeTail()
408 MLC.dyld_info_command_data.export_off = in layoutTail()
885 uint32_t export_off; member1258 sys::swapByteOrder(info.export_off); in swapStruct()
521 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
314 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
718 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()722 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()729 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()4975 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
118 c->export_off = exportSection->fileOff; in writeTo()
1745 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
9015 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()9016 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()9021 big_size = dc.export_off; in PrintDyldInfoLoadCommand()