Searched refs:bug_type (Results 1 – 2 of 2) sorted by relevance
52 const char *bug_type = "unknown-crash"; in print_error_description() local73 bug_type = "out-of-bounds"; in print_error_description()77 bug_type = "slab-out-of-bounds"; in print_error_description()80 bug_type = "global-out-of-bounds"; in print_error_description()86 bug_type = "stack-out-of-bounds"; in print_error_description()90 bug_type = "use-after-free"; in print_error_description()95 bug_type, (void *)info->ip, in print_error_description()210 const char *bug_type; in kasan_report_error() local222 bug_type = "null-ptr-deref"; in kasan_report_error()224 bug_type = "user-memory-access"; in kasan_report_error()[all …]
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()