Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp74 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()
H A DMachOLayoutBuilder.cpp349 MLC.dyld_info_command_data.export_off = in layoutTail()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp511 start + read32(&dyldInfo->export_off, isBig)); in readBinary()
H A DMachONormalizedFileBinaryWriter.cpp863 di->export_off = _exportTrie.size() ? _startOfExportTrie : 0; in writeLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp469 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
H A DMachOYAML.cpp274 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h876 uint32_t export_off; member
1123 sys::swapByteOrder(info.export_off); in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp709 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()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp116 c->export_off = exportSection->fileOff; in writeTo()
H A DInputFiles.cpp1012 parseTrie(buf + c->export_off, c->export_size, in DylibFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9018 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()