Searched refs:ASM_OUTPUT_ALIGNED_BSS (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunknown-elf.h56 #undef ASM_OUTPUT_ALIGNED_BSS macro
57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Daout.h285 #ifndef ASM_OUTPUT_ALIGNED_BSS
286 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \ macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Ddjgpp.h36 `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
138 #undef ASM_OUTPUT_ALIGNED_BSS macro
139 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Di386elf.h115 `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
130 #undef ASM_OUTPUT_ALIGNED_BSS macro
131 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dx86-64.h56 #undef ASM_OUTPUT_ALIGNED_BSS macro
57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dlynx.h39 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dfreebsd.h186 `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
201 #undef ASM_OUTPUT_ALIGNED_BSS macro
202 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dsysv4.h99 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dbeos-elf.h116 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dlinux.h131 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dsco5.h56 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dcygming.h258 #undef ASM_OUTPUT_ALIGNED_BSS
259 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
254 #undef ASM_OUTPUT_ALIGNED_BSS macro
255 #define ASM_OUTPUT_ALIGNED_BSS macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsysv4.h157 #undef ASM_OUTPUT_ALIGNED_BSS macro
158 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dsparc.h2374 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
2353 #define ASM_OUTPUT_ALIGNED_BSS macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dfreebsd.h321 `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
336 #undef ASM_OUTPUT_ALIGNED_BSS macro
337 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
H A Dlinux.h31 `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
37 #define ASM_OUTPUT_ALIGNED_BSS mips_output_aligned_bss macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dsysv4.h462 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h842 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ macro
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c134 #ifdef ASM_OUTPUT_ALIGNED_BSS
507 #ifdef ASM_OUTPUT_ALIGNED_BSS
510 ASM_OUTPUT_ALIGNED_BSS.
1603 #if defined ASM_OUTPUT_ALIGNED_BSS || defined ASM_OUTPUT_BSS
1610 #if defined ASM_OUTPUT_ALIGNED_BSS
1611 ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size, DECL_ALIGN (decl));
5209 #if defined ASM_OUTPUT_ALIGNED_BSS || defined ASM_OUTPUT_BSS

Completed in 100 milliseconds