Lines Matching refs:p_offset
707 error = __elfN(load_section)(imgp, phdr[i].p_offset, in __elfN()
967 if (phdr->p_offset > PAGE_SIZE || in __elfN()
968 interp_name_len > PAGE_SIZE - phdr->p_offset) { in __elfN()
986 interp_name_len, phdr->p_offset, in __elfN()
1001 interp = __DECONST(char *, imgp->image_header) + phdr->p_offset; in __elfN()
1126 if (phdr[i].p_offset == 0 && in __CONCAT()
1717 phdr->p_offset = phc->offset; in cb_put_phdr()
1962 phdr->p_offset = hdrsize; in __elfN()
2581 if (pnote->p_offset > PAGE_SIZE || in __elfN()
2582 pnote->p_filesz > PAGE_SIZE - pnote->p_offset) { in __elfN()
2590 pnote->p_offset, UIO_SYSSPACE, IO_NODELOCKED, in __elfN()
2600 pnote->p_offset); in __elfN()
2602 pnote->p_offset + pnote->p_filesz); in __elfN()