Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp407 MLC.dyld_info_command_data.export_off = in layoutTail()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1370 self.export_off = 0
1375 …ff, self.weak_bind_size, self.lazy_bind_off, self.lazy_bind_size, self.export_off, self.export_siz…
1389 self.export_off, self.export_size)
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h889 uint32_t export_off; member
1257 sys::swapByteOrder(info.export_off); in swapStruct()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp520 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
H A DMachOYAML.cpp313 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp713 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
717 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
724 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()
4959 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
/openbsd/gnu/llvm/lld/MachO/
H A DWriter.cpp119 c->export_off = exportSection->fileOff; in writeTo()
H A DInputFiles.cpp1716 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2471 dyld_info.export_off += linkedit_slide; in ParseSymtab()
2487 dyld_trie_data.SetData(m_data, dyld_info.export_off, in ParseSymtab()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9313 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()
9314 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
9319 big_size = dc.export_off; in PrintDyldInfoLoadCommand()