Lines Matching refs:pc
34 int pc; /* This holds the pc of the function. */ member
41 char *pc; /* This holds the pc of the function. */ member
58 unsigned int pc[2]; /* This holds the pc of the function. */ member
63 unsigned int pc[2]; member
121 p->counts[i].pc = 0; in __ghs_prof_clear_callcounts()
232 temp->counts[i].pc = p->counts[i].pc; in __ghs_prof_dump_callcounts()
237 tpc = (pc_overlay *)(&p->counts[i].pc); in __ghs_prof_dump_callcounts()
238 temp->counts[i].pc[0] = tpc->pc[0]; in __ghs_prof_dump_callcounts()
239 temp->counts[i].pc[1] = tpc->pc[1]; in __ghs_prof_dump_callcounts()
344 __cntTail__->counts[__cntTail__->numUsed].pc = (int) archead; in __ghs_indmcount()
346 __cntTail__->counts[__cntTail__->numUsed].pc = (char *)archead; in __ghs_indmcount()