Searched refs:reg_sites (Results 1 – 4 of 4) sorted by relevance
108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() argument119 if (reg_sites) in GetGlobalsForAddress()120 reg_sites[res] = FindRegistrationSite(&g); in GetGlobalsForAddress()
304 int globals_num = GetGlobalsForAddress(addr, descr->globals, descr->reg_sites, in GetGlobalAddressInformation()330 reg_sites[i]) { in Print()332 StackDepotGet(reg_sites[i]).Print(); in Print()
33 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
161 u32 reg_sites[kMaxGlobals]; member