/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | hpux.h | 209 #undef PROFILE_HOOK 210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL) macro
|
H A D | ia64.c | 2381 #ifndef PROFILE_HOOK in ia64_compute_frame_size()
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | cygming.h | 273 #undef PROFILE_HOOK 274 #define PROFILE_HOOK(LABEL) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | cygwin.h | 393 #undef PROFILE_HOOK 394 #define PROFILE_HOOK(LABEL) \ macro
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | linux-elf.h | 102 #define PROFILE_HOOK(X) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | linux64.h | 65 #undef PROFILE_HOOK 67 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
|
H A D | aix.h | 209 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
|
H A D | darwin.h | 158 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | aix.h | 249 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
|
H A D | darwin.h | 333 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
|
H A D | linux64.h | 211 #define PROFILE_HOOK(LABEL) \ macro
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.h | 825 #define PROFILE_HOOK(label_no) hppa_profile_hook (label_no) macro
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.h | 1655 #define PROFILE_HOOK(LABEL) sparc_profile_hook (LABEL) macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.h | 962 #define PROFILE_HOOK(label_no) hppa_profile_hook (label_no) macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.h | 1884 #define PROFILE_HOOK(LABEL) sparc_profile_hook (LABEL) macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | function.c | 4192 #ifdef PROFILE_HOOK in expand_function_start() 4193 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | function.c | 6766 #ifdef PROFILE_HOOK 6767 PROFILE_HOOK (current_function_funcdef_no);
|
H A D | ChangeLog.5 | 6821 cater for PROFILE_HOOK. 6824 (PROFILE_HOOK): Define. 10968 * function.c (expand_function_start): Call PROFILE_HOOK. 10969 * config/rs6000/aix.h: Define PROFILE_HOOK. 10974 tm.texi : Explain new macro PROFILE_HOOK.
|
H A D | ChangeLog | 8414 PROFILE_HOOK.
|
H A D | ChangeLog.7 | 12417 (PROFILE_HOOK): New.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 4237 @findex PROFILE_HOOK 4238 @item PROFILE_HOOK
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 4558 @defmac PROFILE_HOOK
|
H A D | gccint.info | 23049 -- Macro: PROFILE_HOOK 33296 * PROFILE_HOOK: Profiling. (line 23)
|