Searched refs:ASM_OUTPUT_ALIGN (Results 1 - 25 of 183) sorted by relevance

12345678

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dbsd386.h31 #undef ASM_OUTPUT_ALIGN macro
32 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dsvr3dbx.h42 #undef ASM_OUTPUT_ALIGN macro
43 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dgas.h84 #undef ASM_OUTPUT_ALIGN macro
85 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dnetbsd.h67 #undef ASM_OUTPUT_ALIGN
68 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
64 #undef ASM_OUTPUT_ALIGN macro
65 #define ASM_OUTPUT_ALIGN macro
H A Dv3gas.h53 ASM_OUTPUT_ALIGN ((FILE), align == -1 ? 2 : align); \
H A Ddjgpp.h151 #undef ASM_OUTPUT_ALIGN macro
152 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dopenbsd.h97 #undef ASM_OUTPUT_ALIGN macro
98 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Datt.h60 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
59 #define ASM_OUTPUT_ALIGN macro
H A Dsysv3.h96 ASM_OUTPUT_ALIGN ((FILE), align == -1 ? 2 : align); \
/haiku-buildtools/gcc/gcc/config/avr/
H A Delf.h37 ASM_OUTPUT_ALIGN (FILE, 1);
/haiku-buildtools/legacy/gcc/gcc/config/vax/
H A Dvaxv.h42 #undef ASM_OUTPUT_ALIGN macro
43 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
/haiku-buildtools/gcc/gcc/config/i386/
H A Dgas.h62 #undef ASM_OUTPUT_ALIGN macro
63 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dopenbsd.h74 #undef ASM_OUTPUT_ALIGN macro
75 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Ddjgpp.h112 #undef ASM_OUTPUT_ALIGN macro
113 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
H A Dbsd.h83 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
80 #define ASM_OUTPUT_ALIGN macro
H A Datt.h60 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
59 #define ASM_OUTPUT_ALIGN macro
/haiku-buildtools/gcc/gcc/config/
H A Dlynx.h148 /* Define ASM_OUTPUT_ALIGN to use the .balign directive rather that
151 #ifndef ASM_OUTPUT_ALIGN
152 # define ASM_OUTPUT_ALIGN(FILE, LOG) \ macro
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dnextstep21.h49 ASM_OUTPUT_ALIGN (FILE, 1); \
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dlynx.h92 #undef ASM_OUTPUT_ALIGN macro
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Dsysv3.h68 do { ASM_OUTPUT_ALIGN (FILE, 2); \
95 ASM_OUTPUT_ALIGN ((FILE), align == -1 ? 2 : align); \
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dccur-GAS.h116 #undef ASM_OUTPUT_ALIGN macro
117 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
/haiku-buildtools/legacy/gcc/gcc/config/tahoe/
H A Dharris.h40 #undef ASM_OUTPUT_ALIGN macro
41 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro
/haiku-buildtools/gcc/gcc/config/arm/
H A Dunknown-elf.h64 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
81 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
H A Daout.h254 #ifndef ASM_OUTPUT_ALIGN
255 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ macro
290 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68kelf.h71 #undef ASM_OUTPUT_ALIGN macro
72 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ macro

Completed in 193 milliseconds

12345678