/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlang.c | 1250 ret->s.output_section_statement.section_alignment = NULL; in output_section_statement_newfunc() 2418 if (s->section_alignment != NULL) in init_os() 2419 s->bfd_section->alignment_power = exp_get_power (s->section_alignment, in init_os() 5763 int section_alignment = 0; in lang_size_sections_1() local 5882 section_alignment = os->bfd_section->alignment_power; in lang_size_sections_1() 5885 section_alignment = exp_get_power (os->section_alignment, in lang_size_sections_1() 5889 if (section_alignment > 0) in lang_size_sections_1() 5894 newdot = align_power (newdot, section_alignment); in lang_size_sections_1() 5904 if (!(diff & (((bfd_vma) 1 << section_alignment) - 1))) in lang_size_sections_1() 5972 section_alignment = exp_get_power (os->section_alignment, in lang_size_sections_1() [all …]
|
H A D | ldlang.h | 153 union etree_union *section_alignment; member
|
H A D | ChangeLog-2018 | 841 * ldlang.h (section_alignment): Make it an expression tree. 845 (init_os): Evaluate section_alignment.
|
H A D | ChangeLog-9197 | 3490 subsection_alignment, instead of checking section_alignment twice.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlang.c | 1299 ret->s.output_section_statement.section_alignment = NULL; in output_section_statement_newfunc() 2458 if (s->section_alignment != NULL) in init_os() 2459 s->bfd_section->alignment_power = exp_get_power (s->section_alignment, s, in init_os() 5837 int section_alignment = 0; in lang_size_sections_1() local 5956 section_alignment = os->bfd_section->alignment_power; in lang_size_sections_1() 5959 section_alignment = exp_get_power (os->section_alignment, os, in lang_size_sections_1() 5963 if (section_alignment > 0) in lang_size_sections_1() 5968 newdot = align_power (newdot, section_alignment); in lang_size_sections_1() 5978 if (!(diff & (((bfd_vma) 1 << section_alignment) - 1))) in lang_size_sections_1() 6046 section_alignment = exp_get_power (os->section_alignment, in lang_size_sections_1() [all …]
|
H A D | ldlang.h | 154 union etree_union *section_alignment; member
|
H A D | ChangeLog-2018 | 841 * ldlang.h (section_alignment): Make it an expression tree. 845 (init_os): Evaluate section_alignment.
|
H A D | ChangeLog-9197 | 3490 subsection_alignment, instead of checking section_alignment twice.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objcopy.c | 2795 char file_alignment[20], section_alignment[20]; in copy_object() local 2798 sprintf_vma (section_alignment, pe_section_alignment); in copy_object() 2801 file_alignment, section_alignment); in copy_object()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-mips.c | 16492 int section_alignment; in s_change_section() local 16529 section_alignment = get_absolute_expression (); in s_change_section() 16531 section_alignment = 0; in s_change_section() 16534 (void) section_alignment; in s_change_section()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-mips.c | 16490 int section_alignment; in s_change_section() local 16527 section_alignment = get_absolute_expression (); in s_change_section() 16529 section_alignment = 0; in s_change_section() 16532 (void) section_alignment; in s_change_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | pep.em | 2033 os->section_alignment = exp_intop (1U << s->alignment_power);
|
H A D | pe.em | 2221 os->section_alignment = exp_intop (1U << s->alignment_power);
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | pep.em | 2191 os->section_alignment = exp_intop (1U << s->alignment_power);
|
H A D | pe.em | 2360 os->section_alignment = exp_intop (1U << s->alignment_power);
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2007 | 1543 (string_byte_count, section_alignment): Delete.
|
H A D | ChangeLog-9295 | 5728 section_alignment array. 12051 (section_alignment): Declare only if not BFD_ASSEMBLER.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2007 | 1543 (string_byte_count, section_alignment): Delete.
|
H A D | ChangeLog-9295 | 5728 section_alignment array. 12051 (section_alignment): Declare only if not BFD_ASSEMBLER.
|