Lines Matching defs:MCOUNT
39 #define MCOUNT_ENTRY "mcount"
43 #define MCOUNT \
44 extern void mcount(void) __asm(MCOUNT_ENTRY) \
46 void mcount(void) { \
55 * that the above definition of mcount uses, so we're forced
58 #define MCOUNT \
59 extern void mcount(void) __asm("mcount"); void mcount(void) { \
71 * functions on the HP, and we do not want to invoke mcount