HomeSort by: relevance | last modified time | path
    Searched refs:reg_sites (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.h 34 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
asan_globals.cc 109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
120 if (reg_sites)
121 reg_sites[res] = FindRegistrationSite(&g);
asan_descriptions.cc 306 int globals_num = GetGlobalsForAddress(addr, descr->globals, descr->reg_sites,
331 reg_sites[i]) {
333 StackDepotGet(reg_sites[i]).Print();
asan_descriptions.h 155 u32 reg_sites[kMaxGlobals]; member in struct:__asan::GlobalAddressDescription

Completed in 13 milliseconds