Lines Matching refs:Global
30 typedef __asan_global Global; typedef
33 const Global *g;
43 Global g;
53 Global *g_first, *g_last;
58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
83 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal()
95 Global *output_global) { in DescribeOrGetInfoIfGlobal()
100 const Global &g = *l->g; in DescribeOrGetInfoIfGlobal()
122 Global g = {}; in GetInfoForAddressIfGlobal()
133 u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
146 static void RegisterGlobal(const Global *g) { in RegisterGlobal()
185 static void UnregisterGlobal(const Global *g) { in UnregisterGlobal()
207 const Global *g = &dyn_g.g; in StopInitOrderChecking()
267 const Global *g = &dyn_g.g; in __asan_before_dynamic_init()
289 const Global *g = &dyn_g.g; in __asan_after_dynamic_init()