Searched refs:PE_arm_debug_panic_hook (Results 1 – 2 of 2) sorted by relevance
463 void (*PE_arm_debug_panic_hook)(const char *str) = PE_arm_panic_hook; variable465 void(*const PE_arm_debug_panic_hook)(const char *str) = NULL; variable489 if (PE_arm_debug_panic_hook != NULL) { in PE_panic_hook()490 PE_arm_debug_panic_hook(str); in PE_panic_hook()
465 extern void (*PE_arm_debug_panic_hook)(const char *str);467 extern void(*const PE_arm_debug_panic_hook)(const char *str);