Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_globals.cc32 struct ListOfGlobals { struct
34 ListOfGlobals *next; argument
39 static ListOfGlobals *list_of_all_globals;
99 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in DescribeOrGetInfoIfGlobal()
160 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in RegisterGlobal()
171 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()