Searched refs:fpcopy (Results 1 – 1 of 1) sorted by relevance
317 u_int fpcopy; in __elfN() local408 fpcopy = 0; in __elfN()410 fpcopy = ef->firstlen - phdr[i].p_offset; in __elfN()412 phdr[i].p_vaddr + off, fpcopy); in __elfN()414 if (phdr[i].p_filesz > fpcopy) { in __elfN()415 if (kern_pread(ef->fd, phdr[i].p_vaddr + off + fpcopy, in __elfN()416 phdr[i].p_filesz - fpcopy, phdr[i].p_offset + fpcopy) != 0) { in __elfN()