Searched refs:PE_arm_debug_panic_hook (Results 1 – 2 of 2) sorted by relevance
488 void (*PE_arm_debug_panic_hook)(const char *str) = PE_arm_panic_hook; variable502 void(*const PE_arm_debug_panic_hook)(const char *str) = NULL; variable520 if (PE_arm_debug_panic_hook != NULL) { in PE_panic_hook()521 PE_arm_debug_panic_hook(str); in PE_panic_hook()
445 extern void (*PE_arm_debug_panic_hook)(const char *str);447 extern void(*const PE_arm_debug_panic_hook)(const char *str);