Home
last modified time | relevance | path

Searched refs:s_align_bytes (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDread.h135 extern void s_align_bytes (int arg);
HDread.c275 {"balign", s_align_bytes, 0},
276 {"balignw", s_align_bytes, -2},
277 {"balignl", s_align_bytes, -4},
1395 s_align_bytes (int arg) in s_align_bytes() function
HDChangeLog-96972476 s_align_bytes and s_align_ptwo.
2477 (s_align_bytes, s_align_ptwo): Just call s_align.
5627 (s_align_bytes): Treat a negative argument as specifying the fill
5636 (s_align_bytes): Arg now indicates the length of the fill pattern.
HDChangeLog-9295955 (s_align_bytes): Use mri_comment_field.
7356 (s_align_bytes, s_align_ptwo): Call do_align.
9441 read_a_source_file, s_align_bytes, demand_empty_rest_of_line,
10867 * read.c (s_align_bytes): Properly record alignment.
12171 * read.c (s_align_bytes, s_align_ptwo): If not SEG_DATA or
HDChangeLog-02031104 (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
3465 (cons, s_align_bytes): Delete declaration.
HDChangeLog-00011265 (cons, s_align_bytes): Remove old-type declarations.
/NextBSD/contrib/binutils/gas/config/
HDtc-arc.c1420 { "align", s_align_bytes, 0 }, /* Defaulting is invalid (0). */
HDtc-cr16.c249 {"align", s_align_bytes, 0},
HDtc-s390.c88 { "align", s_align_bytes, 0 },
HDtc-sparc.c149 {"align", s_align_bytes, 0}, /* Defaulting is invalid (0). */
HDtc-ia64.c1191 s_align_bytes (nbytes); in ia64_do_align()
1203 s_align_bytes (nbytes);
3291 s_align_bytes (arg); in dot_align()
HDtc-i386.c528 {"align", s_align_bytes, 0},