Home
last modified time | relevance | path

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

/linux-6.1.9/mm/kasan/
Dkasan.h198 struct kasan_global { struct
199 const void *beg; /* Address of the beginning of the global variable. */
200 size_t size; /* Size of the global variable. */
201 size_t size_with_redzone; /* Size of the variable + size of the redzone. 32 bytes aligned. */
202 const void *name;
203 const void *module_name; /* Name of the module where the global variable is declared. */
204 unsigned long has_dynamic_init; /* This is needed for C++. */
206 struct kasan_source_location *location;
209 char *odr_indicator;