Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c810 uintptr_t tc_module = 0; in load_static_trust_cache() local
811 if (os_add_overflow((uintptr_t)tc_offsets, tc_offsets->offsets[i], &tc_module)) { in load_static_trust_cache()
814 } else if (tc_module >= tc_region_end) { in load_static_trust_cache()
816 i, (unsigned long)tc_module, tc_region_end); in load_static_trust_cache()
820 const size_t buffer_length = tc_region_end - tc_module; in load_static_trust_cache()
850 tc_module, buffer_length); in load_static_trust_cache()