Searched refs:INIT_SECTION_ASM_OP (Results 1 - 25 of 62) sorted by relevance

123

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Daix386.h55 #undef INIT_SECTION_ASM_OP macro
56 #define INIT_SECTION_ASM_OP ".section .init,\"x\"" macro
59 asm (INIT_SECTION_ASM_OP); \
H A Dsysv3.h112 #undef INIT_SECTION_ASM_OP
113 #define INIT_SECTION_ASM_OP ".section .init,\"x\""
116 asm (INIT_SECTION_ASM_OP); \
110 #undef INIT_SECTION_ASM_OP macro
111 #define INIT_SECTION_ASM_OP macro
H A Dsvr3gas.h109 #define INIT_SECTION_ASM_OP ".section\t.init"
112 #define CTORS_SECTION_ASM_OP INIT_SECTION_ASM_OP
160 fprintf (asm_out_file, "\t%s\n", INIT_SECTION_ASM_OP); \
281 #undef INIT_SECTION_ASM_OP
282 #define INIT_SECTION_ASM_OP ".section .init,\"x\""
285 asm (INIT_SECTION_ASM_OP); \
108 #define INIT_SECTION_ASM_OP macro
279 #undef INIT_SECTION_ASM_OP macro
280 #define INIT_SECTION_ASM_OP macro
H A Daix386ng.h106 # undef INIT_SECTION_ASM_OP
105 # undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68020-elf.h46 #undef INIT_SECTION_ASM_OP macro
H A Ddpx2g.h69 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/gcc/gcc/config/
H A Dinitfini-array.h30 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dsysv4.h62 #undef INIT_SECTION_ASM_OP macro
63 #define INIT_SECTION_ASM_OP "section\t.init,\"xa\",#progbits" macro
H A Ddgux.h212 #undef INIT_SECTION_ASM_OP macro
224 #undef INIT_SECTION_ASM_OP macro
225 #define INIT_SECTION_ASM_OP ("section\t .init,\"x\"") macro
232 #undef INIT_SECTION_ASM_OP macro
233 #define INIT_SECTION_ASM_OP (TARGET_SVR4 \ macro
/haiku-buildtools/gcc/gcc/config/avr/
H A Delf.h40 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dnextstep21.h34 correctly, so undef INIT_SECTION_ASM_OP, (see libgcc2.c line 1965)
36 #undef INIT_SECTION_ASM_OP macro
H A Dsvr3.h218 #define INIT_SECTION_ASM_OP ".section\t.init" macro
221 #define CTORS_SECTION_ASM_OP INIT_SECTION_ASM_OP
269 fprintf (asm_out_file, "\t%s\n", INIT_SECTION_ASM_OP); \
/haiku-buildtools/gcc/gcc/config/frv/
H A Dlinux.h61 #define INIT_SECTION_ASM_OP "\t.section .init,\"ax\"" macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dcrtstuff.c39 Note that if INIT_SECTION_ASM_OP is defined in the tm.h file, then
134 #ifdef INIT_SECTION_ASM_OP
211 asm (INIT_SECTION_ASM_OP);
243 asm (INIT_SECTION_ASM_OP); /* cc1 doesn't know that we are switching! */ variable
273 #else /* defined(INIT_SECTION_ASM_OP) */
309 #endif /* defined(INIT_SECTION_ASM_OP) */
348 #ifdef INIT_SECTION_ASM_OP
358 #ifdef INIT_SECTION_ASM_OP
376 asm (INIT_SECTION_ASM_OP);
425 asm (INIT_SECTION_ASM_OP);
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/clipper/
H A Dclix.h78 #undef INIT_SECTION_ASM_OP macro
79 #define INIT_SECTION_ASM_OP ".section .init,\"x\"" macro
94 asm (INIT_SECTION_ASM_OP); \
/haiku-buildtools/gcc/gcc/config/arm/
H A Dcoff.h56 #undef INIT_SECTION_ASM_OP
52 #undef INIT_SECTION_ASM_OP macro
H A Dbpabi.h158 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsysv4.h31 #undef INIT_SECTION_ASM_OP macro
89 #define INIT_SECTION_ASM_OP "\t.section\t\".init\"" macro
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsysv4.h50 #undef INIT_SECTION_ASM_OP macro
162 #define INIT_SECTION_ASM_OP ".section\t\".init\"" macro
H A Dlitecoff.h43 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dvms.h92 #undef INIT_SECTION_ASM_OP macro
93 #define INIT_SECTION_ASM_OP ".section\tLIB$INITIALIZE#,\"a\",@progbits" macro
H A Dsysv4.h101 #undef INIT_SECTION_ASM_OP macro
102 #define INIT_SECTION_ASM_OP "\t.section\t.init,\"ax\",\"progbits\"" macro
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Delf.h116 #undef INIT_SECTION_ASM_OP macro
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa64-hpux.h334 and finalizers, we need different defines for INIT_SECTION_ASM_OP
338 #undef INIT_SECTION_ASM_OP macro
339 #define INIT_SECTION_ASM_OP "" macro
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dcoff.h104 #undef INIT_SECTION_ASM_OP
98 #undef INIT_SECTION_ASM_OP macro

Completed in 277 milliseconds

123