Searched refs:countPtr (Results 1 – 1 of 1) sorted by relevance
35 int *countPtr; /* This points to the call count of the function. */ member42 int *countPtr; /* This points to the call count of the function. */ member59 int countPtr; /* This points to the call count of the function. */ member122 *(p->counts[i].countPtr) = 0; in __ghs_prof_clear_callcounts()243 temp->counts[i].countPtr = (int *)(short)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()246 temp->counts[i].countPtr = (int *)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()248 temp->counts[i].countPtr = (int)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()348 __cntTail__->counts[__cntTail__->numUsed++].countPtr = (int *) area; in __ghs_indmcount()