Home
last modified time | relevance | path

Searched refs:export_off (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp79 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()
H A DMachOLayoutBuilder.cpp405 MLC.dyld_info_command_data.export_off = in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h885 uint32_t export_off; member
1258 sys::swapByteOrder(info.export_off); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp519 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
H A DMachOYAML.cpp312 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp719 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()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp117 c->export_off = exportSection->fileOff; in writeTo()
H A DInputFiles.cpp1774 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9034 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()