Searched refs:ASM_OUTPUT_ALIGNED_LOCAL (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
H A Daout.h272 #ifndef ASM_OUTPUT_ALIGNED_LOCAL
273 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \ macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux.h156 #undef ASM_OUTPUT_ALIGNED_LOCAL macro
157 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ macro
H A Dlinux64.h292 #undef ASM_OUTPUT_ALIGNED_LOCAL macro
293 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ macro
H A Dsparc.h2363 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \
2376 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
2342 #define ASM_OUTPUT_ALIGNED_LOCAL macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dsysv4.h45 #undef ASM_OUTPUT_ALIGNED_LOCAL macro
/freebsd-11-stable/contrib/gcc/config/
H A Delfos.h178 #undef ASM_OUTPUT_ALIGNED_LOCAL macro
179 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2576 #ifndef ASM_OUTPUT_ALIGNED_LOCAL
2577 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
2557 #define ASM_OUTPUT_ALIGNED_LOCAL macro
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c1592 #elif defined ASM_OUTPUT_ALIGNED_LOCAL
1593 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, DECL_ALIGN (decl));
2118 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
2119 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, BIGGEST_ALIGNMENT);

Completed in 205 milliseconds