Home
last modified time | relevance | path

Searched refs:mcount_name (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc21523 const char *mcount_name = MCOUNT_NAME; in x86_function_profiler() local
21525 if (current_fentry_name (&mcount_name)) in x86_function_profiler()
21528 mcount_name = fentry_name; in x86_function_profiler()
21530 mcount_name = MCOUNT_NAME_BEFORE_PROLOGUE; in x86_function_profiler()
21551 "\tcall\tr10\n", mcount_name); in x86_function_profiler()
21554 mcount_name); in x86_function_profiler()
21565 mcount_name); in x86_function_profiler()
21574 fprintf (file, "\tmovabsq\t$%s@PLTOFF, %%r11\n", mcount_name); in x86_function_profiler()
21585 mcount_name); in x86_function_profiler()
21587 fprintf (file, "1:\tcall\t*%s@GOTPCREL(%%rip)\n", mcount_name); in x86_function_profiler()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc17525 const char *mcount_name = RS6000_MCOUNT; in output_profile_hook() local
17538 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mcount_name), in output_profile_hook()