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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c67 extern void internal_mcount (
285 asm(".globl _mcount; _mcount: jmp internal_mcount");
287 asm(".globl mcount; mcount: jmp internal_mcount");
291 internal_mcount ( function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c248 asm(".globl _mcount; _mcount: jmp internal_mcount");
250 asm(".globl mcount; mcount: jmp internal_mcount");
252 internal_mcount() function

Completed in 156 milliseconds