Searched refs:bug_type (Results 1 – 2 of 2) sorted by relevance
51 const char *bug_type = "unknown crash"; in print_error_description() local62 bug_type = "use after free"; in print_error_description()68 bug_type = "out of bounds access"; in print_error_description()74 bug_type = "out of bounds on stack"; in print_error_description()79 bug_type, (void *)info->ip, in print_error_description()
321 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local326 bug_type = report_bug(regs->ARM_pc, regs); in die()327 if (bug_type != BUG_TRAP_TYPE_NONE) in die()