OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pe_section_alignment
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
45
static bfd_vma
pe_section_alignment
= (bfd_vma) -1;
2880
if (
pe_section_alignment
!= (bfd_vma) -1)
2881
pe->pe_opthdr.SectionAlignment =
pe_section_alignment
;
2883
pe_section_alignment
= PE_DEF_SECTION_ALIGNMENT;
2900
if (pe_file_alignment >
pe_section_alignment
)
2905
(uint64_t)
pe_section_alignment
);
4348
else if (
pe_section_alignment
!= (bfd_vma) -1
4351
alignment = power_of_two (
pe_section_alignment
);
5214
if (
pe_section_alignment
== (bfd_vma) -1)
5215
pe_section_alignment
= PE_DEF_SECTION_ALIGNMENT
44
static bfd_vma
pe_section_alignment
= (bfd_vma) -1;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
46
static bfd_vma
pe_section_alignment
= (bfd_vma) -1;
2875
if (
pe_section_alignment
!= (bfd_vma) -1)
2876
pe->pe_opthdr.SectionAlignment =
pe_section_alignment
;
2878
pe_section_alignment
= PE_DEF_SECTION_ALIGNMENT;
2895
if (pe_file_alignment >
pe_section_alignment
)
2900
(uint64_t)
pe_section_alignment
);
4351
else if (
pe_section_alignment
!= (bfd_vma) -1
4354
alignment = power_of_two (
pe_section_alignment
);
5216
if (
pe_section_alignment
== (bfd_vma) -1)
5217
pe_section_alignment
= PE_DEF_SECTION_ALIGNMENT
45
static bfd_vma
pe_section_alignment
= (bfd_vma) -1;
variable
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026