Searched refs:MCOUNT_NAME (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dfreebsd.h47 #undef MCOUNT_NAME macro
48 #define MCOUNT_NAME ".mcount" macro
H A Dsol2-10.h71 #undef MCOUNT_NAME macro
72 #define MCOUNT_NAME "_mcount" macro
H A Dx86-64.h36 #undef MCOUNT_NAME macro
37 #define MCOUNT_NAME "mcount" macro
H A Dlinux.h51 #undef MCOUNT_NAME macro
52 #define MCOUNT_NAME "mcount" macro
H A Di386.h1641 #define MCOUNT_NAME "_mcount"
1636 #define MCOUNT_NAME macro
H A Di386.c26520 fputs ("\tcall\t*" MCOUNT_NAME "@GOTPCREL(%rip)\n", file);
26522 fputs ("\tcall\t" MCOUNT_NAME "\n", file);
26530 fputs ("\tcall\t*" MCOUNT_NAME "@GOT(%ebx)\n", file);
26538 fputs ("\tcall\t" MCOUNT_NAME "\n", file);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dfreebsd.h47 #undef MCOUNT_NAME macro
48 #define MCOUNT_NAME ".mcount" macro
H A Dsol2-10.h31 #undef MCOUNT_NAME macro
32 #define MCOUNT_NAME "_mcount" macro
H A Dx86-64.h32 #undef MCOUNT_NAME macro
33 #define MCOUNT_NAME "mcount" macro
H A Dbeos-elf.h44 #undef MCOUNT_NAME macro
45 #define MCOUNT_NAME "mcount" macro
H A Dlinux.h52 #undef MCOUNT_NAME macro
53 #define MCOUNT_NAME "mcount" macro
H A Di386.h1539 #define MCOUNT_NAME "_mcount"
1534 #define MCOUNT_NAME macro
H A Di386.c17158 fprintf (file, "\tcall\t*%s@GOTPCREL(%%rip)\n", MCOUNT_NAME);
17165 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
17173 fprintf (file, "\tcall\t*%s@GOT(%%ebx)\n", MCOUNT_NAME);
17181 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);

Completed in 296 milliseconds