Searched refs:bug_type (Results 1 – 2 of 2) sorted by relevance
48 const char *bug_type = "unknown-crash"; in get_shadow_bug_type() local66 bug_type = "out-of-bounds"; in get_shadow_bug_type()70 bug_type = "slab-out-of-bounds"; in get_shadow_bug_type()73 bug_type = "global-out-of-bounds"; in get_shadow_bug_type()79 bug_type = "stack-out-of-bounds"; in get_shadow_bug_type()83 bug_type = "use-after-free"; in get_shadow_bug_type()87 bug_type = "alloca-out-of-bounds"; in get_shadow_bug_type()91 return bug_type; in get_shadow_bug_type()96 const char *bug_type = "unknown-crash"; in get_wild_bug_type() local99 bug_type = "null-ptr-deref"; in get_wild_bug_type()[all …]
349 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local354 bug_type = report_bug(regs->ARM_pc, regs); in die()355 if (bug_type != BUG_TRAP_TYPE_NONE) in die()