Home
last modified time | relevance | path

Searched refs:list_of_all_globals (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_globals.cc40 static ListOfGlobals *list_of_all_globals; variable
111 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in GetGlobalsForAddress()
155 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in RegisterGlobal()
168 l->next = list_of_all_globals; in RegisterGlobal()
169 list_of_all_globals = l; in RegisterGlobal()