Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c2228 if (s->section_alignment != -1) in init_os()
4923 int section_alignment = 0; in lang_size_sections_1() local
5047 section_alignment = os->section_alignment; in lang_size_sections_1()
5050 if (section_alignment > 0) in lang_size_sections_1()
5053 newdot = align_power (newdot, section_alignment); in lang_size_sections_1()
5120 section_alignment = os->section_alignment; in lang_size_sections_1()
5121 if (section_alignment > 0) in lang_size_sections_1()
5122 lma = align_power (lma, section_alignment); in lang_size_sections_1()
5164 if (section_alignment > 0) in lang_size_sections_1()
5165 lma = align_power (lma, section_alignment); in lang_size_sections_1()
[all …]
H A Dldlang.h157 int section_alignment; /* Alignment of start of section. */ member
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c2394 if (s->section_alignment != NULL) in init_os()
5459 int section_alignment = 0; in lang_size_sections_1() local
5582 section_alignment = exp_get_power (os->section_alignment, in lang_size_sections_1()
5586 if (section_alignment > 0) in lang_size_sections_1()
5589 newdot = align_power (newdot, section_alignment); in lang_size_sections_1()
5661 section_alignment = exp_get_power (os->section_alignment, in lang_size_sections_1()
5663 if (section_alignment > 0) in lang_size_sections_1()
5664 lma = align_power (lma, section_alignment); in lang_size_sections_1()
5706 if (section_alignment > 0) in lang_size_sections_1()
5707 lma = align_power (lma, section_alignment); in lang_size_sections_1()
[all …]
H A Dldlang.h148 union etree_union *section_alignment; member
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c1978 char file_alignment[20], section_alignment[20]; in copy_object() local
1981 sprintf_vma (section_alignment, pe_section_alignment); in copy_object()
1984 file_alignment, section_alignment); in copy_object()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c2745 char file_alignment[20], section_alignment[20]; in copy_object() local
2748 sprintf_vma (section_alignment, pe_section_alignment); in copy_object()
2751 file_alignment, section_alignment); in copy_object()