Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach_debug/
H A Dmach_debug_types.h184 struct mach_core_fileheader_v2 { struct
185 uint64_t signature; /* MACH_CORE_FILEHEADER_V2_SIGNATURE */
186 uint32_t version; /* 2 */
187 uint64_t flags; /* See the MACH_CORE_FILEHEADER_V2_FLAG_* definitions */
188 uint64_t pub_key_offset; /* Offset of the public key */
189 uint16_t pub_key_length; /* Length of the public key */
190 uint64_t log_offset;
191 uint64_t log_length;
192 uint64_t num_files;
193 struct mach_core_details_v2 files[];