Searched refs:internal_mcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c248 * registers in argument registers and branches to internal_mcount,
251 * 1) the branch to internal_mcount is hard coded; it should be
270 static void internal_mcount (char *, unsigned short *) __attribute__ ((used));
275 asm(".global _mcount; _mcount: mov %i7,%o1; mov %o7,%o0;b,a internal_mcount");
277 asm(".global mcount; mcount: mov %i7,%o1; mov %o7,%o0;b,a internal_mcount");
279 static void internal_mcount(char *selfpc, unsigned short *frompcindex) function
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c67 extern void internal_mcount (void);
241 asm(".globl _mcount; _mcount: jmp internal_mcount");
243 asm(".globl mcount; mcount: jmp internal_mcount");
246 internal_mcount (void) function

Completed in 58 milliseconds