Elf32_Off
Elf32_Off p_offset; /* File offset of contents. */
Elf32_Off e_phoff; /* Program header file offset. */
Elf32_Off e_shoff; /* Section header file offset. */
Elf32_Off sh_offset; /* Offset in file. */
Elf32_Off o;
d->e_phoff = (Elf32_Off)src->e_phoff;
d->e_shoff = (Elf32_Off)src->e_shoff;
dst->p_offset = (Elf32_Off)src->p_offset;
dst->sh_offset = (Elf32_Off) src->sh_offset;
ph->p_offset = (Elf32_Off)nshdr.sh_offset;
Elf32_Off e_phoff; /* Program header file offset. */
Elf32_Off e_shoff; /* Section header file offset. */
Elf32_Off p_offset; /* File offset of contents. */
Elf32_Off sh_offset; /* Offset in file. */
Elf32_Off sh_offset; /* Section file offset */
Elf32_Off p_offset;
Elf32_Off e_phoff; /* program header table file offset */
Elf32_Off e_shoff; /* section header table file offset */
Elf32_Off mlen; /* total mapping claim */
Elf32_Off foff; /* file offset for segment mapping */
Elf32_Off flen; /* file length for segment mapping */
Elf32_Off mlen; /* total mapping claim */
Elf32_Off foff; /* file offset for segment mapping */
Elf32_Off flen; /* file length for segment mapping */
Elf32_Off off;
phdr.p_offset = (Elf32_Off)boff;
phdr.p_offset = (Elf32_Off)boff;
phdr32.p_offset = (Elf32_Off)phdr.p_offset;
sp->sh_addr = (Elf32_Off)(uintptr_t)load;
Elf64_Addr ptload_start, Elf32_Off ptload_offset)
Elf32_Off p_offset; /* file offset */
Elf32_Off sh_offset; /* file offset */
Elf32_Off e_phoff; /* phdr file offset */
Elf32_Off e_shoff; /* shdr file offset */
Elf32_Off d_off;
Elf32_Off eb_off;
typedef Elf32_Off Off;