Searched refs:RS6000_MCOUNT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | freebsd.h | 250 #undef RS6000_MCOUNT 251 #define RS6000_MCOUNT ((TARGET_64BIT) ? "._mcount" : "_mcount") macro
|
| D | xcoff.h | 107 #undef RS6000_MCOUNT 108 #define RS6000_MCOUNT ".__mcount" macro
|
| D | linux64.h | 403 #undef RS6000_MCOUNT 404 #define RS6000_MCOUNT "_mcount" macro
|
| D | darwin.h | 337 #define RS6000_MCOUNT "*mcount" macro
|
| D | sysv4.h | 1119 #define RS6000_MCOUNT "_mcount" macro
|
| D | rs6000.c | 16424 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/ |
| D | FSFChangeLog.11 | 4858 (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.
|
| D | ChangeLog-2001 | 1343 * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC, 14954 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
|