Searched refs:pe_section_alignment (Results 1 – 4 of 4) sorted by relevance
44 static bfd_vma pe_section_alignment = (bfd_vma) -1; variable2773 if (pe_section_alignment != (bfd_vma) -1) in copy_object()2774 pe->pe_opthdr.SectionAlignment = pe_section_alignment; in copy_object()2776 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in copy_object()2793 if (pe_file_alignment > pe_section_alignment) in copy_object()2798 sprintf_vma (section_alignment, pe_section_alignment); in copy_object()4964 if (pe_section_alignment == (bfd_vma) -1) in set_pe_subsystem()4965 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in set_pe_subsystem()5819 pe_section_alignment = parse_vma (optarg, in copy_main()5921 if (pe_section_alignment == (bfd_vma) -1) in copy_main()[all …]
929 (pe_section_alignment): Likewise.
43 static bfd_vma pe_section_alignment = (bfd_vma) -1; variable2872 if (pe_section_alignment != (bfd_vma) -1) in copy_object()2873 pe->pe_opthdr.SectionAlignment = pe_section_alignment; in copy_object()2875 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in copy_object()2892 if (pe_file_alignment > pe_section_alignment) in copy_object()2897 (uint64_t) pe_section_alignment); in copy_object()5076 if (pe_section_alignment == (bfd_vma) -1) in set_pe_subsystem()5077 pe_section_alignment = PE_DEF_SECTION_ALIGNMENT; in set_pe_subsystem()5937 pe_section_alignment = parse_vma (optarg, in copy_main()6049 if (pe_section_alignment == (bfd_vma) -1) in copy_main()[all …]