Searched refs:PROFILE_HOOK (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlinux-elf.h102 #define PROFILE_HOOK(X) \ macro
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dhpux.h202 /* HP-UX uses PROFILE_HOOK instead of FUNCTION_PROFILER but we need a
204 PROFILE_HOOK, the profile call comes after the prologue. */
209 #undef PROFILE_HOOK macro
210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL) macro
H A Dia64.c2387 #ifndef PROFILE_HOOK
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daix.h249 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
H A Dfreebsd.h252 #define PROFILE_HOOK(LABEL) \ macro
H A Ddarwin.h333 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
H A Dlinux64.h211 #define PROFILE_HOOK(LABEL) \ macro
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dcygming.h277 #undef PROFILE_HOOK
278 #define PROFILE_HOOK(LABEL) \
273 #undef PROFILE_HOOK macro
274 #define PROFILE_HOOK macro
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1663 #define PROFILE_HOOK(LABEL) sparc_profile_hook (LABEL)
1665 /* All the work done in PROFILE_HOOK, but still required. */
1652 #define PROFILE_HOOK macro
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.c4211 #ifdef PROFILE_HOOK
4212 PROFILE_HOOK (current_function_funcdef_no);

Completed in 144 milliseconds