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

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

Completed in 116 milliseconds