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

/freebsd-11-stable/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.h1534 #define MCOUNT_NAME "_mcount"
1529 #define MCOUNT_NAME macro
H A Di386.c18545 fprintf (file, "\tcall\t*%s@GOTPCREL(%%rip)\n", MCOUNT_NAME);
18552 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
18560 fprintf (file, "\tcall\t*%s@GOT(%%ebx)\n", MCOUNT_NAME);
18568 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);

Completed in 108 milliseconds