Home
last modified time | relevance | path

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

/xnu-10002.1.13/pexpert/arm/
H A Dpe_identify_machine.c488 void (*PE_arm_debug_panic_hook)(const char *str) = PE_arm_panic_hook; variable
502 void(*const PE_arm_debug_panic_hook)(const char *str) = NULL; variable
520 if (PE_arm_debug_panic_hook != NULL) { in PE_panic_hook()
521 PE_arm_debug_panic_hook(str); in PE_panic_hook()
/xnu-10002.1.13/pexpert/pexpert/
H A Dpexpert.h445 extern void (*PE_arm_debug_panic_hook)(const char *str);
447 extern void(*const PE_arm_debug_panic_hook)(const char *str);