Home
last modified time | relevance | path

Searched refs:ps_falign (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_buffer.c123 if (pb->pb_align > ps->ps_falign) in libpe_resync_buffers()
124 pb->pb_align = ps->ps_falign; in libpe_resync_buffers()
H A Dlibpe_section.c383 ps->ps_falign = 4; in libpe_resync_sections()
385 ps->ps_falign = falign; in libpe_resync_sections()
387 off = roundup(off, ps->ps_falign); in libpe_resync_sections()
H A D_libpe.h51 unsigned int ps_falign; /* section file alignment */ member