Searched refs:bug_type (Results 1 – 2 of 2) sorted by relevance
62 const char *bug_type = "unknown-crash"; in get_shadow_bug_type() local83 bug_type = "out-of-bounds"; in get_shadow_bug_type()87 bug_type = "slab-out-of-bounds"; in get_shadow_bug_type()90 bug_type = "global-out-of-bounds"; in get_shadow_bug_type()96 bug_type = "stack-out-of-bounds"; in get_shadow_bug_type()100 bug_type = "use-after-free"; in get_shadow_bug_type()103 bug_type = "use-after-scope"; in get_shadow_bug_type()107 bug_type = "alloca-out-of-bounds"; in get_shadow_bug_type()111 return bug_type; in get_shadow_bug_type()116 const char *bug_type = "unknown-crash"; in get_wild_bug_type() local[all …]
352 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local357 bug_type = report_bug(regs->ARM_pc, regs); in die()358 if (bug_type != BUG_TRAP_TYPE_NONE) in die()