Home
last modified time | relevance | path

Searched refs:oh_filealign (Results 1 – 4 of 4) sorted by relevance

/src/contrib/elftoolchain/elfcopy/
H A Dpe.c112 poh.oh_filealign = 0x200; in create_pe()
149 poh.oh_filealign); in create_pe()
155 roundup(sh.sh_size, poh.oh_filealign); in create_pe()
158 roundup(sh.sh_size, poh.oh_filealign); in create_pe()
181 psh.sh_rawsize = roundup(sh.sh_size, poh.oh_filealign); in create_pe()
214 pb->pb_size = roundup(sh.sh_size, poh.oh_filealign); in create_pe()
/src/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c125 READ_OPT32(oh->oh_filealign); in libpe_parse_coff_header()
414 if (!oh->oh_filealign) in libpe_write_coff_header()
415 oh->oh_filealign = 0x200; in libpe_write_coff_header()
419 sizeof(PE_SecHdr), oh->oh_filealign); in libpe_write_coff_header()
465 WRITE_OPT32(oh->oh_filealign); in libpe_write_coff_header()
H A Dlibpe_section.c355 if (pe->pe_oh != NULL && pe->pe_oh->oh_filealign > 0) in libpe_resync_sections()
356 falign = pe->pe_oh->oh_filealign; in libpe_resync_sections()
H A Dpe.h187 uint32_t oh_filealign; member