Home
last modified time | relevance | path

Searched refs:RS6000_MCOUNT (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
Dfreebsd.h250 #undef RS6000_MCOUNT
251 #define RS6000_MCOUNT ((TARGET_64BIT) ? "._mcount" : "_mcount") macro
Dxcoff.h107 #undef RS6000_MCOUNT
108 #define RS6000_MCOUNT ".__mcount" macro
Dlinux64.h403 #undef RS6000_MCOUNT
404 #define RS6000_MCOUNT "_mcount" macro
Ddarwin.h337 #define RS6000_MCOUNT "*mcount" macro
Dsysv4.h1119 #define RS6000_MCOUNT "_mcount" macro
Drs6000.c16424 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 0); in output_profile_hook()
16435 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 1, in output_profile_hook()
16441 const char *mcount_name = RS6000_MCOUNT; in output_profile_hook()
16535 RS6000_MCOUNT, flag_pic ? "@plt" : ""); in output_function_profiler()
16555 fprintf (file, "\tbl %s\n", RS6000_MCOUNT); in output_function_profiler()
16560 fprintf (file, "\tbl %s\n", RS6000_MCOUNT); in output_function_profiler()
18725 fprintf (asm_out_file, "\t.extern %s\n", RS6000_MCOUNT); in rs6000_xcoff_file_start()
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog.114858 (RS6000_MCOUNT): Define as "_mcount".
6334 (RS6000_MCOUNT): New macro.
6335 (ASM_FILE_START): Use RS6000_MCOUNT.
6336 * rs6000.c (output_function_profiler): Use RS6000_MCOUNT.
DChangeLog-20011343 * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC,
14954 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.