Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1064 struct dyld_chained_fixups_header { struct
1065 uint32_t fixups_version; ///< 0
1066 uint32_t starts_offset; ///< Offset of dyld_chained_starts_in_image.
1067 uint32_t imports_offset; ///< Offset of imports table in chain_data.
1068 uint32_t symbols_offset; ///< Offset of symbol strings in chain_data.
1069 uint32_t imports_count; ///< Number of imported symbol names.
1070 uint32_t imports_format; ///< DYLD_CHAINED_IMPORT*
1071 uint32_t symbols_format; ///< 0 => uncompressed, 1 => zlib compressed