Searched defs:mach_core_fileheader_v2 (Results 1 – 1 of 1) sorted by relevance
185 struct mach_core_fileheader_v2 { struct186 uint64_t signature; /* MACH_CORE_FILEHEADER_V2_SIGNATURE */187 uint32_t version; /* 2 */188 uint64_t flags; /* See the MACH_CORE_FILEHEADER_V2_FLAG_* definitions */189 uint64_t pub_key_offset; /* Offset of the public key */190 uint16_t pub_key_length; /* Length of the public key */191 uint64_t log_offset;192 uint64_t log_length;193 uint64_t num_files;194 struct mach_core_details_v2 files[];