Searched refs:GLOBAL_ASM_OP (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dunix.h61 #define GLOBAL_ASM_OP ".globl "
60 #define GLOBAL_ASM_OP macro
H A Dsco5.h28 #undef GLOBAL_ASM_OP macro
29 #define GLOBAL_ASM_OP "\t.globl\t" macro
/freebsd-11-stable/contrib/gcc/config/
H A Dopenbsd.h184 #undef GLOBAL_ASM_OP
189 #define GLOBAL_ASM_OP "\t.globl\t"
181 #undef GLOBAL_ASM_OP macro
186 #define GLOBAL_ASM_OP macro
H A Ddarwin.h714 #define GLOBAL_ASM_OP ".globl " macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Daout.h208 #define GLOBAL_ASM_OP "\t.global\t" macro
H A Daof.h140 #define GLOBAL_ASM_OP "\tEXPORT\t"
139 #define GLOBAL_ASM_OP macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin.h269 #undef GLOBAL_ASM_OP macro
270 #define GLOBAL_ASM_OP "\t.globl " macro
H A Dxcoff.h125 #define GLOBAL_ASM_OP "\t.globl " macro
H A Dsysv4.h428 #define GLOBAL_ASM_OP "\t.globl " macro
H A Drs6000.c18555 fputs (GLOBAL_ASM_OP, stream);
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h846 #define GLOBAL_ASM_OP ".globl " macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1570 #define GLOBAL_ASM_OP "\t.global "
1542 #define GLOBAL_ASM_OP macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2266 #define GLOBAL_ASM_OP "\t.global "
2245 #define GLOBAL_ASM_OP macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2567 #define GLOBAL_ASM_OP "\t.globl\t"
2547 #define GLOBAL_ASM_OP macro
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c5934 target must define GLOBAL_ASM_OP or provide its own function to
5936 #ifdef GLOBAL_ASM_OP
5940 fputs (GLOBAL_ASM_OP, stream);
5944 #endif /* GLOBAL_ASM_OP */

Completed in 271 milliseconds