Searched defs:__asan_global (Results 1 – 2 of 2) sorted by relevance
48 struct __asan_global { struct49 uptr beg; // The address of the global.50 uptr size; // The original size of the global.51 uptr size_with_redzone; // The size with the redzone.52 const char *name; // Name as a C string.53 const char *module_name; // Module name as a C string. This pointer is a78 void __asan_register_globals(__asan_global *globals, uptr n); argument
26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals()