| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | target-def.h | 94 #if !defined(TARGET_ASM_DESTRUCTOR) && !defined(USE_COLLECT2) 96 # define TARGET_ASM_DESTRUCTOR default_dtor_section_asm_out_destructor macro 99 # define TARGET_ASM_DESTRUCTOR default_named_section_asm_out_destructor macro 101 # define TARGET_ASM_DESTRUCTOR default_stabs_asm_out_destructor macro 109 #if defined(TARGET_ASM_CONSTRUCTOR) && defined(TARGET_ASM_DESTRUCTOR) 114 #define TARGET_ASM_DESTRUCTOR NULL macro 179 TARGET_ASM_DESTRUCTOR, \
|
| D | ChangeLog.6 | 12254 (TARGET_ASM_DESTRUCTOR): Define. 14094 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14438 (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New. 14469 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14474 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14529 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14535 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14551 (TARGET_ASM_DESTRUCTOR): New. 14565 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. 14581 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
|
| D | ChangeLog.7 | 4233 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | target-def.h | 128 #if !defined(TARGET_ASM_DESTRUCTOR) && !defined(USE_COLLECT2) 130 # define TARGET_ASM_DESTRUCTOR default_dtor_section_asm_out_destructor macro 133 # define TARGET_ASM_DESTRUCTOR default_named_section_asm_out_destructor macro 135 # define TARGET_ASM_DESTRUCTOR default_stabs_asm_out_destructor macro 144 # if defined(TARGET_ASM_CONSTRUCTOR) && defined(TARGET_ASM_DESTRUCTOR) 149 # define TARGET_ASM_DESTRUCTOR NULL macro 271 TARGET_ASM_DESTRUCTOR, \
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | nwld.h | 57 #define TARGET_ASM_DESTRUCTOR nwld_named_section_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/vax/ |
| D | vms.h | 208 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | vms.h | 270 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | vms.h | 361 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | sysv4.h | 523 #define TARGET_ASM_DESTRUCTOR rs6000_elf_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | darwin.h | 323 #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | darwin.h | 498 #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/avr/ |
| D | avr.h | 467 #define TARGET_ASM_DESTRUCTOR avr_asm_out_dtor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/avr/ |
| D | avr.h | 1745 #define TARGET_ASM_DESTRUCTOR avr_asm_out_dtor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | sysv4.h | 766 #define TARGET_ASM_DESTRUCTOR rs6000_elf_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| D | stormy16.c | 1424 #undef TARGET_ASM_DESTRUCTOR 1425 #define TARGET_ASM_DESTRUCTOR xstormy16_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 1361 #define TARGET_ASM_DESTRUCTOR m68hc11_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 1564 #define TARGET_ASM_DESTRUCTOR m68hc11_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/stormy16/ |
| D | stormy16.c | 1663 #undef TARGET_ASM_DESTRUCTOR 1664 #define TARGET_ASM_DESTRUCTOR xstormy16_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 214 #undef TARGET_ASM_DESTRUCTOR 215 #define TARGET_ASM_DESTRUCTOR pa_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 257 #undef TARGET_ASM_DESTRUCTOR 258 #define TARGET_ASM_DESTRUCTOR pa_asm_out_destructor macro
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 421 #undef TARGET_ASM_DESTRUCTOR 422 #define TARGET_ASM_DESTRUCTOR frv_asm_out_destructor macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | tm.texi | 7035 @code{TARGET_ASM_DESTRUCTOR} is handled similarly. Since no init 7144 @deftypefn {Target Hook} void TARGET_ASM_DESTRUCTOR (rtx @var{symbol}, int @var{priority})
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tm.texi | 7474 @code{TARGET_ASM_DESTRUCTOR} is handled similarly. Since no init 7583 @deftypefn {Target Hook} void TARGET_ASM_DESTRUCTOR (rtx @var{symbol}, int @var{priority})
|
| D | gccint.info | 25799 and a trailing zero element. `TARGET_ASM_DESTRUCTOR' is handled 25901 -- Target Hook: void TARGET_ASM_DESTRUCTOR (rtx SYMBOL, int PRIORITY) 33838 * TARGET_ASM_DESTRUCTOR: Macros for Initialization.
|