Searched defs:asan_global (Results 1 – 2 of 2) sorted by relevance
31 struct asan_global { struct32 uintptr_t beg;33 uintptr_t size;34 uintptr_t size_with_redzone;35 const char *name;36 const char *module_name;37 uintptr_t has_dynamic_init;38 struct asan_source_location *location;40 uintptr_t odr_indicator;
763 static void asan_global(struct asan_test_ctx *ctx) in asan_global() function