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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-10.h39 #undef MCOUNT_NAME macro
40 #define MCOUNT_NAME "_mcount" macro
H A Dx86-64.h34 #undef MCOUNT_NAME macro
35 #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 Dfreebsd.h109 #undef MCOUNT_NAME macro
110 #define MCOUNT_NAME ".mcount" macro
H A Di386.h1530 #define MCOUNT_NAME "_mcount"
1525 #define MCOUNT_NAME macro
H A Di386.c18531 fprintf (file, "\tcall\t*%s@GOTPCREL(%%rip)\n", MCOUNT_NAME);
18538 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
18546 fprintf (file, "\tcall\t*%s@GOT(%%ebx)\n", MCOUNT_NAME);
18554 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);

Completed in 126 milliseconds