Searched refs:DTORS_SECTION_ASM_OP (Results 1 - 25 of 74) sorted by relevance

123

/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dsysv4.h84 #undef DTORS_SECTION_ASM_OP macro
85 #define DTORS_SECTION_ASM_OP "section\t.dtors,\"aw\"" macro
H A Ddgux.h215 #undef DTORS_SECTION_ASM_OP macro
228 #undef DTORS_SECTION_ASM_OP macro
229 #define DTORS_SECTION_ASM_OP ("section\t .dtors,\"d\"") macro
240 #undef DTORS_SECTION_ASM_OP macro
241 #define DTORS_SECTION_ASM_OP (TARGET_SVR4 \ macro
265 asm (DTORS_SECTION_ASM_OP); \
269 asm (DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Ddpx2g.h67 #undef DTORS_SECTION_ASM_OP macro
68 #define DTORS_SECTION_ASM_OP "\t.data" macro
H A Dcoff.h114 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"" macro
146 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
H A Dlynx.h25 #undef DTORS_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa-pro.h33 #define DTORS_SECTION_ASM_OP "\t.section\t\".dtors\",#alloc,#write" macro
52 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/gcc/gcc/config/arm/
H A Dcoff.h71 #undef DTORS_SECTION_ASM_OP
72 #define DTORS_SECTION_ASM_OP "\t.section .dtors,\"x\""
67 #undef DTORS_SECTION_ASM_OP macro
68 #define DTORS_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Dudi.h25 #define DTORS_SECTION_ASM_OP "\t.use .dtors" macro
69 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386-coff.h43 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"" macro
75 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960-coff.h42 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"" macro
74 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dvxworks.h53 #undef DTORS_SECTION_ASM_OP macro
H A Dsp-elf.h60 #undef DTORS_SECTION_ASM_OP
59 #undef DTORS_SECTION_ASM_OP macro
H A Dsysv4.h109 #undef DTORS_SECTION_ASM_OP macro
110 #define DTORS_SECTION_ASM_OP "\t.section\t\".dtors\",#alloc,#write" macro
H A Dfreebsd.h141 #undef DTORS_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dlitecoff.h49 #undef DTORS_SECTION_ASM_OP macro
50 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"" macro
83 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dcoff.h117 #undef DTORS_SECTION_ASM_OP
118 #define DTORS_SECTION_ASM_OP "\t.section .dtors,\"x\""
167 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
111 #undef DTORS_SECTION_ASM_OP macro
112 #define DTORS_SECTION_ASM_OP macro
H A Dtcoff.h104 #undef DTORS_SECTION_ASM_OP
105 #define DTORS_SECTION_ASM_OP "\t.section .dtors,\"x\""
154 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
99 #undef DTORS_SECTION_ASM_OP macro
100 #define DTORS_SECTION_ASM_OP macro
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64-elf.h42 #define DTORS_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\",%fini_array" macro
47 #define FINI_ARRAY_SECTION_ASM_OP DTORS_SECTION_ASM_OP
53 #define DTOR_LIST_BEGIN asm (DTORS_SECTION_ASM_OP)
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Drtems64.h38 #undef DTORS_SECTION_ASM_OP macro
H A Dvxworks.h25 #undef DTORS_SECTION_ASM_OP macro
H A Dlinux.h77 #undef DTORS_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dpsos.h100 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"aw\"" macro
138 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore-elf.h122 #undef DTORS_SECTION_ASM_OP macro
123 #define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"aw\"" macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dcrtstuff.c108 #ifndef DTORS_SECTION_ASM_OP
109 #define DTORS_SECTION_ASM_OP ".section\t.dtors,\"aw\"" macro
339 asm (DTORS_SECTION_ASM_OP); /* cc1 doesn't know that we are switching! */ variable
481 asm (DTORS_SECTION_ASM_OP); /* cc1 doesn't know that we are switching! */ variable
/haiku-buildtools/gcc/gcc/
H A Dtarget-def.h63 # ifdef DTORS_SECTION_ASM_OP

Completed in 131 milliseconds

123