Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_globals.cc33 struct ListOfGlobals { struct
35 ListOfGlobals *next; argument
40 static ListOfGlobals *list_of_all_globals;
111 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in GetGlobalsForAddress()
154 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in CheckODRViolationViaIndicator()
170 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in CheckODRViolationViaPoisoning()
232 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()