Home
last modified time | relevance | path

Searched refs:collection_slide (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/pexpert/gen/
H A Dkcformat.c51 uintptr_t collection_slide[KCNumKinds] = {}; variable
57 SECURITY_READ_ONLY_LATE(uintptr_t) collection_slide[KCNumKinds];
85 collection_slide[i] = slide; in PE_set_kc_header()
117 collection_slide[i] = 0; in PE_reset_kc_header()
127 collection_slide[i] = slide; in PE_set_kc_header_and_base()
186 return collection_slide[kc_kind2index(type)]; in PE_get_kc_slide()