Searched refs:reg_sites (Results 1 – 3 of 3) sorted by relevance
106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() argument117 if (reg_sites) in GetGlobalsForAddress()118 reg_sites[res] = FindRegistrationSite(&g); in GetGlobalsForAddress()
38 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
323 u32 reg_sites[kMaxGlobalsInReport]; in DescribeAddressIfGlobal() local325 GetGlobalsForAddress(addr, globals, reg_sites, ARRAY_SIZE(globals)); in DescribeAddressIfGlobal()331 reg_sites[i]) { in DescribeAddressIfGlobal()333 StackDepotGet(reg_sites[i]).Print(); in DescribeAddressIfGlobal()