Home
last modified time | relevance | path

Searched refs:x86_function_profiler (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDi386-protos.h152 extern void x86_function_profiler (FILE *, int);
HDi386.h1527 #define FUNCTION_PROFILER(FILE, LABELNO) x86_function_profiler (FILE, LABELNO)
HDi386.c18506 x86_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED) in x86_function_profiler() function
/NextBSD/contrib/gcc/
HDChangeLog-2002113 * config/i386/i386.c (x86_function_profiler): Mark labelno as
2809 * i386-protos.h (x86_function_profiler): New function
2813 * i386.c (x86_function_profiler) ... here; fix 64bit support
HDChangeLog-200333702 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
35643 * i386.c (x86_function_profiler): Fix format specifier.