Searched refs:list_of_all_globals (Results 1 – 1 of 1) sorted by relevance
40 static ListOfGlobals *list_of_all_globals; variable111 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()234 l->next = list_of_all_globals; in RegisterGlobal()235 list_of_all_globals = l; in RegisterGlobal()