Searched refs:s_space (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 328 {"dcb", s_space, 2}, 329 {"dcb.b", s_space, 1}, 331 {"dcb.l", s_space, 4}, 333 {"dcb.w", s_space, 2}, 335 {"ds", s_space, 2}, 336 {"ds.b", s_space, 1}, 337 {"ds.d", s_space, 8}, 338 {"ds.l", s_space, 4}, 339 {"ds.p", s_space, 12}, 340 {"ds.s", s_space, 4}, [all …]
|
D | read.h | 191 extern void s_space (int mult);
|
D | ChangeLog-9295 | 958 (s_space): Use mri_comment_field rather than doing it by hand. 1071 * read.c (s_space): In MRI mode, the expressions stop at the first 1289 (s_space): Don't warn about a zero repeat count in MRI mode. 1666 (s_space): In absolute_section, just increase abs_section_offset. 1762 (s_space): Handle mri_common_symbol. 2855 * read.c (s_space, cons, stringer): If md_flush_pending_output is 3982 * read.c (s_space): Rewrite to handle general expressions. 11629 * read.c (s_space): Multiply repeat count by mult, not fill. 12557 read.c, read.h: add mult argument to s_space
|
D | ChangeLog-2008 | 1762 * read.c (s_space): Declare `repeat' as offsetT.
|
D | ChangeLog-9697 | 2767 (s_space): Set mri_pending_align if an odd number of bytes were 3732 (s_space): In m68k MRI mode, align to a word boundary. 5104 * read.c (s_space): Support non-constant fill value. Handle fill
|
D | ChangeLog-0203 | 1173 * read.c (s_space): Revert 2003-07-28 change. 1193 * read.c (s_space): Don't warn about .space 0. 3280 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
|
D | ChangeLog-9899 | 2857 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space, 4063 (s_space): Likewise.
|
D | ChangeLog-2006 | 641 (s_comm_internal, s_mri_common, s_fail, s_globl, s_space,
|
D | ChangeLog-2009 | 2310 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
|
D | ChangeLog-2005 | 700 (s_space): Call resolve_expression.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-rx.c | 622 { "blka", s_space, 3 }, 623 { "blkb", s_space, 1 }, 624 { "blkd", s_space, 8 }, 625 { "blkf", s_space, 4 }, 626 { "blkl", s_space, 4 }, 627 { "blkw", s_space, 2 },
|
D | tc-z80.c | 1826 { "defs", s_space, 1}, /* Synonym for ds on some assemblers. */ 1828 { "ds", s_space, 1}, /* Fill with bytes rather than words. */
|
D | tc-m68k.c | 895 {"skip", s_space, 0}, 912 {"comline", s_space, 1}, 964 {"dsl", s_space, 4}, 965 {"ds", s_space, 2}, 966 {"dsw", s_space, 2}, 967 {"dsb", s_space, 1},
|
D | tc-tic4x.c | 159 {"block", s_space, 4}, 176 {"space", s_space, 4},
|
D | tc-z8k.c | 127 {"block" , s_space , 0},
|
D | tc-arc.c | 1396 { "block", s_space, 0 },
|
D | tc-sparc.c | 153 {"skip", s_space, 0},
|
D | tc-m68hc11.c | 301 {"rmb", s_space, 0},
|
D | tc-alpha.c | 5086 s_space (ignore); in s_alpha_space()
|