Home
last modified time | relevance | path

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

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