Searched refs:RS6000_MCOUNT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dfreebsd.h250 #undef RS6000_MCOUNT macro
251 #define RS6000_MCOUNT ((TARGET_64BIT) ? "._mcount" : "_mcount") macro
H A Dxcoff.h107 #undef RS6000_MCOUNT macro
108 #define RS6000_MCOUNT ".__mcount" macro
H A Dlinux64.h403 #undef RS6000_MCOUNT macro
404 #define RS6000_MCOUNT "_mcount" macro
H A Ddarwin.h337 #define RS6000_MCOUNT "*mcount" macro
H A Dsysv4.h1120 #define RS6000_MCOUNT "_mcount"
1119 #define RS6000_MCOUNT macro
H A Drs6000.c16462 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 0);
16473 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 1,
16479 const char *mcount_name = RS6000_MCOUNT;
16573 RS6000_MCOUNT, flag_pic ? "@plt" : "");
16593 fprintf (file, "\tbl %s\n", RS6000_MCOUNT);
16598 fprintf (file, "\tbl %s\n", RS6000_MCOUNT);
18771 fprintf (asm_out_file, "\t.extern %s\n", RS6000_MCOUNT);

Completed in 137 milliseconds