Searched refs:__mcountp (Results 1 – 2 of 2) sorted by relevance
111 #define FAKE_MCOUNT(caller) pushl caller ; call *__mcountp ; popl %ecx112 #define MCOUNT call *__mcountp
138 void (*__mcountp)(void) = __mcount; variable