Elf64_Off
Elf64_Off sh_offset; /* Offset in file. */
Elf64_Off p_offset; /* File offset of contents. */
Elf64_Off e_phoff; /* Program header file offset. */
Elf64_Off e_shoff; /* Section header file offset. */
extern Elf64_Off _elf_getxoff(Elf_Data *);
Elf64_Off db_xoff; /* extended offset for 32-bit Elf64 */
Elf64_Off o;
dst->e_phoff = (Elf64_Off)e->e_phoff;
dst->e_shoff = (Elf64_Off)e->e_shoff;
dst->p_offset = (Elf64_Off)p->p_offset;
dst->sh_offset = (Elf64_Off)s->sh_offset;
Elf64_Off
ph->p_offset = (Elf64_Off)nshdr.sh_offset;
Elf64_Off e_phoff; /* Program header file offset. */
Elf64_Off e_shoff; /* Section header file offset. */
Elf64_Off p_offset; /* File offset of contents. */
typedef Elf64_Off GElf_Off;
dst->e_phoff = (Elf64_Off)src->e_phoff;
dst->e_shoff = (Elf64_Off)src->e_shoff;
Elf64_Off off;
Elf64_Off e_phoff;
Elf64_Off e_shoff;
dst->p_offset = (Elf64_Off)src->p_offset;
dst->sh_offset = (Elf64_Off)src->sh_offset;
efp->e_hdr.e_phoff = (Elf64_Off)e32.e_phoff;
efp->e_hdr.e_shoff = (Elf64_Off)e32.e_shoff;
Elf64_Off p_offset; /* file offset */
Elf64_Off sh_offset; /* file offset */
Elf64_Off e_phoff; /* phdr file offset */
Elf64_Off e_shoff; /* shdr file offset */
Elf64_Off eb_off;
#define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
typedef Elf64_Off Off;