Searched refs:reg_sites (Results 1 – 3 of 3) sorted by relevance
112 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() argument123 if (reg_sites) in GetGlobalsForAddress()124 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()
161 u32 reg_sites[kMaxGlobals]; member