Searched refs:s_align (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | i960.h | 115 char s_align[4]; /* section alignment */ member
|
D | internal.h | 419 long s_align; /* used on I960 */ member
|
D | ChangeLog-9103 | 1074 * internal.h (internal_scnhdr): Always provide s_align field, not
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coffswap.h | 771 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()
|
D | coffcode.h | 1830 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/ |
D | read.c | 242 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()
|
D | ChangeLog-2006 | 638 * 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,
|
D | ChangeLog-2007 | 90 (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.
|
D | ChangeLog-2004 | 101 * read.c (s_align): Use an align_limit temporary to allay a GCC 123 (s_align): Use it.
|
D | ChangeLog-9697 | 962 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.
|
D | ChangeLog-2012 | 1922 (s_align): Change the last argument to mips_align.
|
D | ChangeLog-2013 | 400 (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive)
|
D | ChangeLog-9899 | 2857 * 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.
|
D | ChangeLog-9295 | 33 * 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.
|
D | ChangeLog-0203 | 5709 (s_align): Likewise.
|
D | ChangeLog-0001 | 1747 (s_align): Report a warning rather than an error for
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 1315 static void s_align (int); 1800 {"align", s_align, 0}, 15316 s_align (int x ATTRIBUTE_UNUSED) in s_align() function
|
D | tc-arm.c | 2961 s_align (int unused ATTRIBUTE_UNUSED) in s_align() function 4680 { "align", s_align, 0 },
|