Home
last modified time | relevance | path

Searched refs:s_align (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Di960.h115 char s_align[4]; /* section alignment */ member
Dinternal.h419 long s_align; /* used on I960 */ member
DChangeLog-91031074 * internal.h (internal_scnhdr): Always provide s_align field, not
/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h771 scnhdr_int->s_align = GET_SCNHDR_ALIGN (abfd, scnhdr_ext->s_align); in coff_swap_scnhdr_in()
834 PUT_SCNHDR_ALIGN (abfd, scnhdr_int->s_align, scnhdr_ext->s_align); in coff_swap_scnhdr_out()
Dcoffcode.h1830 if ((1 << i) >= hdr->s_align) in coff_set_alignment_hook()
3818 section.s_align = (current->alignment_power in coff_write_object_contents()
/toolchain/binutils/binutils-2.25/gas/
Dread.c242 static void s_align (int, int);
1450 s_align (int arg, int bytes_p) in s_align() function
1568 s_align (arg, 1); in s_align_bytes()
1577 s_align (arg, 0); in s_align_ptwo()
DChangeLog-2006638 * read.c (s_align): Initialize the 'stopc' variable to prevent
847 (s_align, s_cpload, s_cplocal, s_cprestore, s_mips_stab,
915 * config/tc-mips.c (s_align): Leave enabling auto-align to the
1006 append_insn, s_align, s_cons, s_float_cons, s_gpword, s_gpdword,
DChangeLog-200790 (s_align): Adjust call accordingly.
751 * config/tc-mips.c (s_align): Set max_alignment to 28.
1501 * config/tc-arm.c (s_align): Pad code sections appropriately.
DChangeLog-2004101 * read.c (s_align): Use an align_limit temporary to allay a GCC
123 (s_align): Use it.
DChangeLog-9697962 rather than the s_align field.
2475 (s_align): New static function. Do common portion of
2477 (s_align_bytes, s_align_ptwo): Just call s_align.
3090 (s_align): Use insn_labels rather than insn_label.
DChangeLog-20121922 (s_align): Change the last argument to mips_align.
DChangeLog-2013400 (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive)
DChangeLog-98992857 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
4254 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
DChangeLog-929533 * config/obj-coff.c (write_object_file): Set the s_align field to
5727 * config/obj-coff.c (write_object_file): Set s_align field from
6732 (s_align, s_cons, s_float_cons, s_gpword): Save insn_label before
10264 (s_align, s_cons): Call mips_align rather than frag_align.
DChangeLog-02035709 (s_align): Likewise.
DChangeLog-00011747 (s_align): Report a warning rather than an error for
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1315 static void s_align (int);
1800 {"align", s_align, 0},
15316 s_align (int x ATTRIBUTE_UNUSED) in s_align() function
Dtc-arm.c2961 s_align (int unused ATTRIBUTE_UNUSED) in s_align() function
4680 { "align", s_align, 0 },