PALIGN_MASK
lp->d_pbase = ((doffset + lp->d_pbase + PALIGN_MASK) &
~(uint64_t)PALIGN_MASK) - doffset;
~(uint64_t)PALIGN_MASK) + lp->d_pbase;