Searched refs:TARGET_ASM_DESTRUCTOR (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/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, \
|
| D | ChangeLog-2001 | 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-2002 | 18680 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | nwld.h | 57 #define TARGET_ASM_DESTRUCTOR nwld_named_section_asm_out_destructor macro
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | sysv4.h | 522 #define TARGET_ASM_DESTRUCTOR rs6000_elf_asm_out_destructor macro
|
| /freebsd-10-stable/contrib/gcc/config/ |
| D | darwin.h | 503 #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor macro
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | tm.texi | 7422 @code{TARGET_ASM_DESTRUCTOR} is handled similarly. Since no init 7531 @deftypefn {Target Hook} void TARGET_ASM_DESTRUCTOR (rtx @var{symbol}, int @var{priority})
|