Home | History | Annotate | Download | only in include

Lines Matching refs:mcount

34 #define	_MCOUNT_DECL void mcount
37 * Cannot implement mcount in C as GCC will trash the ip register when it
46 #define MCOUNT \
55 * Preserve registers that are trashed during mcount \
63 * find the return address for mcount, \
64 * and the return address for mcount's caller. \
70 * selfpc = pc pushed by mcount call \
74 * Call the real mcount code \
76 __asm("bl " ___STRING(_C_LABEL(mcount))); \
78 * Restore registers that were trashed during mcount \