Searched refs:export_off (Results 1 – 11 of 11) sorted by relevance
74 if (DyLdInfoCommand.export_off) { in totalSize()77 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()391 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo()473 if (DyLdInfoCommand.export_off) in writeTail()475 {DyLdInfoCommand.export_off, &MachOWriter::writeExportInfo}); in writeTail()
349 MLC.dyld_info_command_data.export_off = in layoutTail()
511 start + read32(&dyldInfo->export_off, isBig)); in readBinary()
863 di->export_off = _exportTrie.size() ? _startOfExportTrie : 0; in writeLoadCommands()
469 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
274 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
876 uint32_t export_off; member1123 sys::swapByteOrder(info.export_off); in swapStruct()
709 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()713 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()720 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()4618 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
116 c->export_off = exportSection->fileOff; in writeTo()
1012 parseTrie(buf + c->export_off, c->export_size, in DylibFile()
9018 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()9019 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()9024 big_size = dc.export_off; in PrintDyldInfoLoadCommand()