Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp512 start + read32(&dyldInfo->export_off, isBig)); in readBinary()
H A DMachONormalizedFileBinaryWriter.cpp857 di->export_off = _exportTrie.size() ? _startOfExportTrie : 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h862 uint32_t export_off; member
1109 sys::swapByteOrder(info.export_off); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp273 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp693 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
697 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
704 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()
4564 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8585 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()
8586 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
8591 big_size = dc.export_off; in PrintDyldInfoLoadCommand()