| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | i960.h | 114 char s_align[4]; /* section alignment */ member
|
| H A D | internal.h | 377 long s_align; /* used on I960 */ member
|
| H A D | ChangeLog-9103 | 1057 * internal.h (internal_scnhdr): Always provide s_align field, not
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/ |
| H A D | i960.h | 114 char s_align[4]; /* section alignment */ member
|
| H A D | internal.h | 377 long s_align; /* used on I960 */ member
|
| H A D | ChangeLog-9103 | 1074 * internal.h (internal_scnhdr): Always provide s_align field, not
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coffswap.h | 770 scnhdr_int->s_align = GET_SCNHDR_ALIGN (abfd, scnhdr_ext->s_align); in coff_swap_scnhdr_in() 833 PUT_SCNHDR_ALIGN (abfd, scnhdr_int->s_align, scnhdr_ext->s_align); in coff_swap_scnhdr_out()
|
| H A D | coffcode.h | 1606 if ((1 << i) >= hdr->s_align) in coff_set_alignment_hook() 3568 section.s_align = (current->alignment_power in coff_write_object_contents()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coffswap.h | 834 scnhdr_int->s_align = GET_SCNHDR_ALIGN (abfd, scnhdr_ext->s_align); 900 PUT_SCNHDR_ALIGN (abfd, scnhdr_int->s_align, scnhdr_ext->s_align);
|
| H A D | coffcode.h | 1614 if ((1 << i) >= hdr->s_align) 3707 section.s_align = (current->alignment_power
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | read.c | 218 static void s_align (int, int); 1191 s_align (int arg, int bytes_p) in s_align() function 1308 s_align (arg, 1); in s_align_bytes() 1317 s_align (arg, 0); in s_align_ptwo()
|
| H A 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.
|
| H A 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.
|
| H A 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.
|
| H A D | ChangeLog-0203 | 5717 (s_align): Likewise.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | read.c | 214 static void s_align (int, int); 1277 s_align (int arg, int bytes_p) in s_align() function 1395 s_align (arg, 1); in s_align_bytes() 1404 s_align (arg, 0); in s_align_ptwo()
|
| H A D | ChangeLog-2004 | 101 * read.c (s_align): Use an align_limit temporary to allay a GCC 123 (s_align): Use it.
|
| H A 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.
|
| H A 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.
|
| H A 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.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-coff.c | 3542 segment_info[i].scnhdr.s_align = 1 << section_alignment[i]; in write_object_file()
|
| H A D | tc-arm.c | 2504 static void s_align PARAMS ((int)); 2526 { "align", s_align, 0 }, 3134 s_align (unused) in s_align() function
|
| H A D | tc-mips.c | 920 static void s_align (int); 1024 {"align", s_align, 0}, 11667 s_align (int x ATTRIBUTE_UNUSED) in s_align() function
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 1001 static void s_align (int); 1105 {"align", s_align, 0}, 11836 s_align (int x ATTRIBUTE_UNUSED) in s_align() function
|
| H A D | tc-arm.c | 1769 s_align (int unused ATTRIBUTE_UNUSED) in s_align() function 3008 { "align", s_align, 0 },
|