Home
last modified time | relevance | path

Searched defs:kasan_global (Results 1 – 1 of 1) sorted by relevance

/mm/kasan/
Dkasan.h72 struct kasan_global { struct
73 const void *beg; /* Address of the beginning of the global variable. */
74 size_t size; /* Size of the global variable. */
75 size_t size_with_redzone; /* Size of the variable + size of the red zone. 32 bytes aligned */
76 const void *name;
77 const void *module_name; /* Name of the module where the global variable is declared. */
78 unsigned long has_dynamic_init; /* This needed for C++ */
80 struct kasan_source_location *location;
83 char *odr_indicator;