Searched refs:ListOfGlobals (Results 1 – 1 of 1) sorted by relevance
31 struct ListOfGlobals { struct33 ListOfGlobals *next; argument38 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()