Searched defs:asan_global (Results 1 – 1 of 1) sorted by relevance
28 struct asan_global { struct29 uintptr_t beg;30 uintptr_t size;31 uintptr_t size_with_redzone;32 const char *name;33 const char *module_name;34 uintptr_t has_dynamic_init;35 struct asan_source_location *location;37 uintptr_t odr_indicator;
Completed in 3 milliseconds