crashtype_category
struct crashtype_category bugs_crashtypes = {
struct crashtype_category cfi_crashtypes = {
static const struct crashtype_category *crashtype_categories[] = {
struct crashtype_category fortify_crashtypes = {
struct crashtype_category heap_crashtypes = {
struct crashtype_category stackleak_crashtypes = {
extern struct crashtype_category bugs_crashtypes;
extern struct crashtype_category heap_crashtypes;
extern struct crashtype_category perms_crashtypes;
extern struct crashtype_category refcount_crashtypes;
extern struct crashtype_category usercopy_crashtypes;
extern struct crashtype_category stackleak_crashtypes;
extern struct crashtype_category cfi_crashtypes;
extern struct crashtype_category fortify_crashtypes;
extern struct crashtype_category powerpc_crashtypes;
struct crashtype_category perms_crashtypes = {
struct crashtype_category powerpc_crashtypes = {
struct crashtype_category refcount_crashtypes = {
struct crashtype_category usercopy_crashtypes = {