Lines Matching refs:Global
31 typedef __asan_global Global; typedef
34 const Global *g;
44 Global g;
54 Global *g_first, *g_last;
59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
84 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal()
95 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress()
112 const Global &g = *l->g; in GetGlobalsForAddress()
127 Global g = {}; in GetInfoForAddressIfGlobal()
146 static void CheckODRViolationViaIndicator(const Global *g) { in CheckODRViolationViaIndicator()
166 static void CheckODRViolationViaPoisoning(const Global *g) { in CheckODRViolationViaPoisoning()
196 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator()
205 static void RegisterGlobal(const Global *g) { in RegisterGlobal()
246 static void UnregisterGlobal(const Global *g) { in UnregisterGlobal()
274 const Global *g = &dyn_g.g; in StopInitOrderChecking()
353 const Global *g = &dyn_g.g; in __asan_before_dynamic_init()
375 const Global *g = &dyn_g.g; in __asan_after_dynamic_init()