Home | History | Annotate | Download | only in src

Lines Matching full:p_align

2291      The p_align field is set to 8 in case the 64-bit format is used.
2292 In case the p_align value is 0 or 4 the 32-bit format is
2294 GElf_Xword align = phdr->p_align == 0 || phdr->p_align == 4 ? 4 : 8;
2521 if (phdr->p_align > 1)
2523 if (!powerof2 (phdr->p_align))
2526 else if ((phdr->p_vaddr - phdr->p_offset) % phdr->p_align != 0)