Home
last modified time | relevance | path

Searched refs:s_space (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/
Dread.c294 {"dcb", s_space, 2},
295 {"dcb.b", s_space, 1},
297 {"dcb.l", s_space, 4},
299 {"dcb.w", s_space, 2},
301 {"ds", s_space, 2},
302 {"ds.b", s_space, 1},
303 {"ds.d", s_space, 8},
304 {"ds.l", s_space, 4},
305 {"ds.p", s_space, 12},
306 {"ds.s", s_space, 4},
[all …]
Dread.h180 extern void s_space (int mult);
DChangeLog-9295958 (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
DChangeLog-96972767 (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
DChangeLog-02031178 * read.c (s_space): Revert 2003-07-28 change.
1198 * read.c (s_space): Don't warn about .space 0.
3288 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
DChangeLog-98992857 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
4063 (s_space): Likewise.
DChangeLog-2006641 (s_comm_internal, s_mri_common, s_fail, s_globl, s_space,
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arc.c1433 { "block", s_space, 0 },
Dtc-sparc.c159 {"skip", s_space, 0},
Dtc-alpha.c4540 s_space (ignore); in s_alpha_space()