Searched defs:mach_core_fileheader_v2 (Results 1 – 1 of 1) sorted by relevance
184 struct mach_core_fileheader_v2 { struct185 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[];