Searched refs:CNT_List (Results 1 – 1 of 1) sorted by relevance
46 typedef struct CNT_List { struct47 struct CNT_List *next; /* Pointer to the next list node. */ argument50 } CNT_List; argument67 struct CNT_List *next; /* Pointer to the next list node. */82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__;112 CNT_List *p, *next; in __ghs_prof_clear_callcounts()153 CNT_List *p; in __ghs_prof_dump_callcounts()188 CNT_List local, *temp = &local; in __ghs_prof_dump_callcounts()196 CNT_List *temp; in __ghs_prof_dump_callcounts()205 temp = (CNT_List *) __ghs_calloc(sizeof(CNT_List), 16); in __ghs_prof_dump_callcounts()[all …]