Home | History | Annotate | Download | only in bfd

Lines Matching refs:p_filesz

5358   /* Round up p_filesz and p_memsz of PT_LOAD segments to multiples
5368 adjust = -phdr[i].p_filesz & 15;
5371 p_filesz > last->p_offset - adjust)
5377 && phdr[i].p_filesz != 0
5382 if (phdr[i].p_filesz != 0)
5392 adjust = -phdr[i].p_filesz & 15;
5393 phdr[i].p_filesz += adjust;