Searched refs:RS6000_MCOUNT (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | aix31.h | 85 #undef RS6000_MCOUNT 86 #define RS6000_MCOUNT ".mcount" macro
|
| D | xcoff.h | 178 #undef RS6000_MCOUNT 179 #define RS6000_MCOUNT ".__mcount" macro 236 fprintf (FILE, "\t.extern %s\n", RS6000_MCOUNT); \
|
| D | linux64.h | 210 #undef RS6000_MCOUNT 211 #define RS6000_MCOUNT "_mcount" macro
|
| D | darwin.h | 162 #define RS6000_MCOUNT "*mcount" macro
|
| D | sysv4.h | 1468 #define RS6000_MCOUNT "_mcount" macro
|
| D | rs6000.c | 12189 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 0); 12199 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 1, 12205 const char *mcount_name = RS6000_MCOUNT; 12295 fprintf (file, "\tbl %s\n", RS6000_MCOUNT); 12302 fprintf (file, "\tbl %s\n", RS6000_MCOUNT);
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| 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 | 16368 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 0); in output_profile_hook() 16379 emit_library_call (init_one_libfunc (RS6000_MCOUNT), 0, VOIDmode, 1, in output_profile_hook() 16385 const char *mcount_name = RS6000_MCOUNT; in output_profile_hook() 16479 RS6000_MCOUNT, flag_pic ? "@plt" : ""); in output_function_profiler() 16499 fprintf (file, "\tbl %s\n", RS6000_MCOUNT); in output_function_profiler() 16504 fprintf (file, "\tbl %s\n", RS6000_MCOUNT); in output_function_profiler() 18669 fprintf (asm_out_file, "\t.extern %s\n", RS6000_MCOUNT); in rs6000_xcoff_file_start()
|
| /openbsd/src/gnu/usr.bin/gcc/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.6 | 1343 * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC, 14954 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
|