Home
last modified time | relevance | path

Searched refs:TARGET_ASM_DESTRUCTOR (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget-def.h94 #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, \
DChangeLog.612254 (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.
DChangeLog.74233 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
/openbsd/src/gnu/gcc/gcc/
Dtarget-def.h128 #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/
Dnwld.h57 #define TARGET_ASM_DESTRUCTOR nwld_named_section_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/vax/
Dvms.h208 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dvms.h270 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dvms.h361 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dsysv4.h523 #define TARGET_ASM_DESTRUCTOR rs6000_elf_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Ddarwin.h323 #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin.h498 #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/avr/
Davr.h467 #define TARGET_ASM_DESTRUCTOR avr_asm_out_dtor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/avr/
Davr.h1745 #define TARGET_ASM_DESTRUCTOR avr_asm_out_dtor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dsysv4.h766 #define TARGET_ASM_DESTRUCTOR rs6000_elf_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/
Dstormy16.c1424 #undef TARGET_ASM_DESTRUCTOR
1425 #define TARGET_ASM_DESTRUCTOR xstormy16_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dm68hc11.h1361 #define TARGET_ASM_DESTRUCTOR m68hc11_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/
Dm68hc11.h1564 #define TARGET_ASM_DESTRUCTOR m68hc11_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.c1663 #undef TARGET_ASM_DESTRUCTOR
1664 #define TARGET_ASM_DESTRUCTOR xstormy16_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c214 #undef TARGET_ASM_DESTRUCTOR
215 #define TARGET_ASM_DESTRUCTOR pa_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c257 #undef TARGET_ASM_DESTRUCTOR
258 #define TARGET_ASM_DESTRUCTOR pa_asm_out_destructor macro
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c421 #undef TARGET_ASM_DESTRUCTOR
422 #define TARGET_ASM_DESTRUCTOR frv_asm_out_destructor macro
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi7035 @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/
Dtm.texi7474 @code{TARGET_ASM_DESTRUCTOR} is handled similarly. Since no init
7583 @deftypefn {Target Hook} void TARGET_ASM_DESTRUCTOR (rtx @var{symbol}, int @var{priority})
Dgccint.info25799 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.