Searched refs:LOCAL_ASM_OP (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/config/ |
H A D | elfos.h | 176 #define LOCAL_ASM_OP "\t.local\t" macro 182 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | elfos.h | 197 #define LOCAL_ASM_OP "\t.local\t" macro 203 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | sol2.h | 90 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | aout.h | 377 #define LOCAL_ASM_OP "\t.err\t" macro
|
H A D | cris.h | 1217 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | aout.h | 395 #define LOCAL_ASM_OP "\t.err\t" macro
|
H A D | cris.h | 1574 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | sysv4.h | 434 #define LOCAL_ASM_OP "\t.local\t" macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | sysv4.h | 680 #define LOCAL_ASM_OP "\t.local\t" macro
|
/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850.c | 2585 fprintf (file, "%s", LOCAL_ASM_OP); in v850_output_local()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850.c | 2839 fprintf (file, "%s", LOCAL_ASM_OP);
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.c | 8266 #ifdef LOCAL_ASM_OP in pa_asm_output_aligned_local() 8267 fprintf (stream, "%s", LOCAL_ASM_OP); in pa_asm_output_aligned_local()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.4 | 7315 SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP, 7329 SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP, 7407 LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP, 7526 * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
|
H A D | ChangeLog.0 | 7108 (LOCAL_ASM_OP): Remove.
|