Searched refs:collection_mach_headers (Results 1 – 1 of 1) sorted by relevance
50 kernel_mach_header_t * collection_mach_headers[KCNumKinds] = {}; variable56 SECURITY_READ_ONLY_LATE(kernel_mach_header_t *) collection_mach_headers[KCNumKinds];83 assert(!collection_mach_headers[i]); in PE_set_kc_header()84 collection_mach_headers[i] = header; in PE_set_kc_header()115 collection_mach_headers[i] = 0; in PE_reset_kc_header()125 assert(!collection_mach_headers[i]); in PE_set_kc_header_and_base()126 collection_mach_headers[i] = header; in PE_set_kc_header_and_base()134 return collection_mach_headers[kc_kind2index(type)]; in PE_get_kc_header()