Writer<ELFT>::run assignFileOffsets setFileOffset computeFileOffset os->ptLoad->p_align may be smaller than config->maxPageSize setPhdrs p_align = max(p_align, config->maxPageSize)
If we move the config->maxPageSize logic to the constructor of
PhdrEntry, computeFileOffset can be simplified.