alloc_pread
void *alloc_pread(int fd, off_t off, size_t len);
shdr = alloc_pread(ef->fd, ehdr->e_shoff, chunk);
shdr = alloc_pread(ef->fd, (off_t)hdr->e_shoff, shdrbytes);