| /freebsd-12.1/contrib/gcc/config/ |
| H A D | svr3.h | 41 #undef ASM_OUTPUT_COMMON 42 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | pe.h | 106 #undef ASM_OUTPUT_COMMON 107 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ macro
|
| H A D | aout.h | 256 #ifndef ASM_OUTPUT_COMMON 257 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ macro
|
| H A D | aof.h | 121 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | cygming.h | 163 #undef ASM_OUTPUT_COMMON 164 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ macro
|
| H A D | bsd.h | 56 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ macro
|
| H A D | darwin.h | 159 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | darwin.h | 283 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.h | 2334 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2003 | 20758 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise. 20766 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise. 20767 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise. 20774 * svr3.h (ASM_OUTPUT_COMMON): Likewise. 23219 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, 23223 * m32r.h (ASM_OUTPUT_COMMON): Likewise. 23228 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, 23232 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, 23234 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, 23247 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, [all …]
|
| H A D | varasm.c | 1627 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded); in emit_common()
|
| H A D | ChangeLog-1999 | 2475 (ASM_OUTPUT_COMMON): Remove. 9826 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type. 12808 (ASM_OUTPUT_COMMON): Likewise. 13536 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
|
| H A D | FSFChangeLog.10 | 2262 (ASM_OUTPUT_COMMON): Delete. 9925 (ASM_OUTPUT_COMMON): Call check_section.
|
| H A D | ChangeLog-2000 | 10161 (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid 27611 (ASM_OUTPUT_COMMON): Ditto.
|
| H A D | FSFChangeLog.11 | 3618 (ASM_OUTPUT_COMMON): Call common_section() to indicate we've
|
| H A D | ChangeLog-2002 | 5036 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise. 19466 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
|
| H A D | ChangeLog-1998 | 8963 (ASM_OUTPUT_COMMON): New macro.
|
| H A D | ChangeLog-2004 | 13120 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Change variable size's 13179 * darwin.h (ASM_OUTPUT_COMMON): Make sure we do not have a
|
| H A D | ChangeLog-2001 | 7288 (ASM_OUTPUT_COMMON): Likewise.
|
| H A D | ChangeLog-2005 | 2088 (ASM_OUTPUT_COMMON): Set in_section to NULL rather than calling
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 6195 @option{-fno-common} is passed, otherwise @code{ASM_OUTPUT_COMMON} will be 6795 @defmac ASM_OUTPUT_COMMON (@var{stream}, @var{name}, @var{size}, @var{rounded}) 6810 Like @code{ASM_OUTPUT_COMMON} except takes the required alignment as a 6812 place of @code{ASM_OUTPUT_COMMON}, and gives you more flexibility in 6821 in place of both @code{ASM_OUTPUT_COMMON} and
|