Searched refs:ASM_OUTPUT_LOCAL (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | svr3.h | 52 #undef ASM_OUTPUT_LOCAL 53 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | bsd.h | 64 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ macro
|
| H A D | darwin.h | 167 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | aof.h | 128 #define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | xcoff.h | 255 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ macro
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | varasm.c | 1587 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded); in emit_local() 2120 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded); in assemble_static_space()
|
| H A D | ChangeLog-2003 | 23117 (ASM_OUTPUT_LOCAL): Same. 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, 23237 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, 23240 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, 23245 * iris.h (ASM_OUTPUT_LOCAL): Likewise. 23247 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, 23265 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument 23266 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument [all …]
|
| H A D | ChangeLog-2005 | 2130 * config/bfin/bfin.h (ASM_OUTPUT_LOCAL): Use switch_to_section. 2350 * config/svr3.h (ASM_OUTPUT_LOCAL): Use switch_to_section. 2369 * config/vax/vaxv.h (ASM_OUTPUT_LOCAL): Use switch_to_section.
|
| H A D | ChangeLog-2002 | 5036 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise. 11244 (ASM_OUTPUT_LOCAL): Use it. SIZE unsigned. 19466 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
|
| H A D | FSFChangeLog.10 | 974 (ASM_OUTPUT_LOCAL): Don't define any more.
|
| H A D | ChangeLog-1999 | 14914 (ASM_OUTPUT_LOCAL): Use rounded size in 64-bit mode to
|
| H A D | ChangeLog-2004 | 25711 * config/mips/mips.h (ASM_OUTPUT_LOCAL): Remove in favor of... 25714 rather than ASM_OUTPUT_LOCAL. Call mips_declare_common_object.
|
| H A D | ChangeLog-2001 | 7301 (ASM_OUTPUT_LOCAL): Likewise.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 6862 @defmac ASM_OUTPUT_LOCAL (@var{stream}, @var{name}, @var{size}, @var{rounded}) 6877 Like @code{ASM_OUTPUT_LOCAL} except takes the required alignment as a 6879 place of @code{ASM_OUTPUT_LOCAL}, and gives you more flexibility in
|