foff_t
if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
(foff_t) (get_uint32(&hdr->e_shoff) + sizeof shdr),
foff_t text_off; /* file offset of text section */
foff_t data_off; /* file offset of data section */
fseek(fpx, (foff_t) sizeof xhdr, SEEK_SET)) { /* skip header */
if (fseek(fpx, (foff_t) 0, SEEK_SET) ||