Lines Matching defs:Global
31 typedef __asan_global Global;
34 const Global *g;
43 Global g;
53 Global *g_first, *g_last;
58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
82 static void ReportGlobal(const Global &g, const char *prefix) {
86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s source=%s module=%s "
96 // Fallback to Global::gcc_location
101 static u32 FindRegistrationSite(const Global *g) {
112 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
118 const Global &g = *l->g;
141 static void CheckODRViolationViaIndicator(const Global *g) {
164 static void CheckODRViolationViaPoisoning(const Global *g) {
185 // In either case, compiler provides a special odr_indicator field to Global
194 static inline bool UseODRIndicator(const Global *g) {
201 static void RegisterGlobal(const Global *g) {
242 static void UnregisterGlobal(const Global *g) {
270 const Global *g = &dyn_g.g;
309 // Fallback to Global::gcc_location
442 const Global *g = &dyn_g.g;
465 const Global *g = &dyn_g.g;