Home
last modified time | relevance | path

Searched refs:archead (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_gprf.c87 arcf_t archead; /* Address in called function */ member
413 void __ghs_indgcount(void (*archead)(void), void (**parctail)(void)) in __ghs_indgcount()
456 if((arcf_t)archead == arcptr->archead) { in __ghs_indgcount()
483 arcptr->archead = (arcf_t)archead; in __ghs_indgcount()
Dind_mprf.c286 void __ghs_indmcount(int *area, void (*archead)(void)) in __ghs_indmcount()
344 __cntTail__->counts[__cntTail__->numUsed].pc = (int) archead; in __ghs_indmcount()
346 __cntTail__->counts[__cntTail__->numUsed].pc = (char *)archead; in __ghs_indmcount()