Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_globals.cc31 struct ListOfGlobals { struct
33 ListOfGlobals *next; argument
38 static ListOfGlobals *list_of_all_globals;
84 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in DescribeAddressIfGlobal()
120 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in RegisterGlobal()
130 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()