Home
last modified time | relevance | path

Searched defs:dyld_chained_fixups_header (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h1063 struct dyld_chained_fixups_header { struct
1064 uint32_t fixups_version; ///< 0
1065 uint32_t starts_offset; ///< Offset of dyld_chained_starts_in_image.
1066 uint32_t imports_offset; ///< Offset of imports table in chain_data.
1067 uint32_t symbols_offset; ///< Offset of symbol strings in chain_data.
1068 uint32_t imports_count; ///< Number of imported symbol names.
1069 uint32_t imports_format; ///< DYLD_CHAINED_IMPORT*
1070 uint32_t symbols_format; ///< 0 => uncompressed, 1 => zlib compressed