Lines Matching refs:Pread
273 if (Pread(P, dp, phdr->p_filesz, phdr->p_vaddr) !=
364 if (Pread(P, hash, sizeof (hash), hptr) != sizeof (hash)) {
365 dprintf("Pread of .hash at %lx failed\n",
479 if (Pread(P, &elfdata[ep->e_phoff], phnum * ep->e_phentsize,
526 if (Pread(P, &elfdata[off], sp->sh_size,
553 if (Pread(P, &elfdata[off], sp->sh_size,
579 if (Pread(P, &elfdata[off], sp->sh_size,
642 if (Pread(P, &ndx, sizeof (ndx), (uintptr_t)hash) !=
644 dprintf("Pread of .hash at %lx failed\n", (long)hash);
649 if (Pread(P, &sym, sizeof (sym),
651 dprintf("Pread of .symtab at %lx failed\n",
659 dprintf("Pread of .strtab at %lx failed\n",
668 if (Pread(P, &ndx, sizeof (ndx), (uintptr_t)hash) !=
670 dprintf("Pread of .hash at %lx failed\n",
704 if (Pread(P, &elfdata[off], sp->sh_size, sp->sh_addr) !=