Searched refs:pe_section_alignment (Results 1 – 2 of 2) sorted by relevance
44 static bfd_vma pe_section_alignment = (bfd_vma) -1; variable1724 if (pe_section_alignment != (bfd_vma) -1) in copy_object()1725 pe->pe_opthdr.SectionAlignment = pe_section_alignment; in copy_object()1727 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in copy_object()1744 if (pe_file_alignment > pe_section_alignment) in copy_object()1749 sprintf_vma (section_alignment, pe_section_alignment); in copy_object()3502 if (pe_section_alignment == (bfd_vma) -1) in set_pe_subsystem()3503 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in set_pe_subsystem()4164 pe_section_alignment = parse_vma (optarg, in copy_main()4283 if (pe_section_alignment == (bfd_vma) -1) in copy_main()[all …]
929 (pe_section_alignment): Likewise.