Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Daix31.h85 #undef RS6000_MCOUNT
86 #define RS6000_MCOUNT ".mcount" macro
Dxcoff.h178 #undef RS6000_MCOUNT
179 #define RS6000_MCOUNT ".__mcount" macro
236 fprintf (FILE, "\t.extern %s\n", RS6000_MCOUNT); \
Dlinux64.h210 #undef RS6000_MCOUNT
211 #define RS6000_MCOUNT "_mcount" macro
Ddarwin.h162 #define RS6000_MCOUNT "*mcount" macro
Dsysv4.h1468 #define RS6000_MCOUNT "_mcount" macro
Drs6000.c12189 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/
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.c16368 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/
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.61343 * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC,
14954 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.