Home
last modified time | relevance | path

Searched refs:section_alignment (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c1250 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 Dldlang.h153 union etree_union *section_alignment; member
H A DChangeLog-2018841 * ldlang.h (section_alignment): Make it an expression tree.
845 (init_os): Evaluate section_alignment.
H A DChangeLog-91973490 subsection_alignment, instead of checking section_alignment twice.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c1299 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 Dldlang.h154 union etree_union *section_alignment; member
H A DChangeLog-2018841 * ldlang.h (section_alignment): Make it an expression tree.
845 (init_os): Evaluate section_alignment.
H A DChangeLog-91973490 subsection_alignment, instead of checking section_alignment twice.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c2795 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 Dtc-mips.c16492 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 Dtc-mips.c16490 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 Dpep.em2033 os->section_alignment = exp_intop (1U << s->alignment_power);
H A Dpe.em2221 os->section_alignment = exp_intop (1U << s->alignment_power);
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dpep.em2191 os->section_alignment = exp_intop (1U << s->alignment_power);
H A Dpe.em2360 os->section_alignment = exp_intop (1U << s->alignment_power);
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20071543 (string_byte_count, section_alignment): Delete.
H A DChangeLog-92955728 section_alignment array.
12051 (section_alignment): Declare only if not BFD_ASSEMBLER.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20071543 (string_byte_count, section_alignment): Delete.
H A DChangeLog-92955728 section_alignment array.
12051 (section_alignment): Declare only if not BFD_ASSEMBLER.