Searched refs:ps_falign (Results 1 – 3 of 3) sorted by relevance
123 if (pb->pb_align > ps->ps_falign) in libpe_resync_buffers()124 pb->pb_align = ps->ps_falign; in libpe_resync_buffers()
383 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()
51 unsigned int ps_falign; /* section file alignment */ member