Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interface_internal.h48 struct __asan_global { struct
49 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 a
78 void __asan_register_globals(__asan_global *globals, uptr n); argument
H A Dasan_globals_win.cpp26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals()