Searched refs:Elf64_Off (Results 1 – 17 of 17) sorted by relevance
40 typedef uint64_t Elf64_Off; typedef70 Elf64_Off e_phoff; /* Program header file offset. */71 Elf64_Off e_shoff; /* Section header file offset. */103 Elf64_Off sh_offset; /* Offset in file. */118 Elf64_Off p_offset; /* File offset of contents. */
157 typedef uint64_t Elf64_Off; typedef188 Elf64_Off e_phoff; /* Program header file offset. */189 Elf64_Off e_shoff; /* Section header file offset. */216 Elf64_Off p_offset; /* File offset of contents. */
57 typedef unsigned long Elf64_Off; typedef67 typedef unsigned long long Elf64_Off; typedef
60 typedef Elf64_Off Off;152 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
94 Elf64_Off e_phoff; /* phdr file offset */95 Elf64_Off e_shoff; /* shdr file offset */464 Elf64_Off p_offset; /* file offset */551 Elf64_Off sh_offset; /* file offset */
606 Elf64_Off eb_off;
48 extern Elf64_Off _elf_getxoff(Elf_Data *);
190 Elf64_Off e_phoff;191 Elf64_Off e_shoff;
1674 dst->p_offset = (Elf64_Off)src->p_offset; in core_phdr_to_gelf()1689 dst->sh_offset = (Elf64_Off)src->sh_offset; in core_shdr_to_gelf()1775 efp->e_hdr.e_phoff = (Elf64_Off)e32.e_phoff; in core_elf_fdopen()1776 efp->e_hdr.e_shoff = (Elf64_Off)e32.e_shoff; in core_elf_fdopen()
73 Elf64_Off o;118 Elf64_Off db_xoff; /* extended offset for 32-bit Elf64 */
107 dst->e_phoff = (Elf64_Off)e->e_phoff; in gelf_getehdr()108 dst->e_shoff = (Elf64_Off)e->e_shoff; in gelf_getehdr()244 dst->p_offset = (Elf64_Off)p->p_offset; in gelf_getphdr()347 dst->sh_offset = (Elf64_Off)s->sh_offset; in gelf_getshdr()
169 define(tofo, `{ Elf64_Off _t_ = $2;212 define(tomo, `(((((((((((((((Elf64_Off)($1)[$2`'7]<<8)686 /* OFF */ { O_sizeof, sizeof (Elf64_Off) },1065 $1(Byte *dst, Elf64_Off *src, size_t cnt)1067 Elf64_Off *end = src + cnt;1727 $1(Elf64_Off *dst, Byte *src, size_t cnt)1729 Elf64_Off *end = dst;
1001 Elf64_Off
52 typedef Elf64_Off GElf_Off;
350 dst->e_phoff = (Elf64_Off)src->e_phoff; in ehdr_to_gelf()351 dst->e_shoff = (Elf64_Off)src->e_shoff; in ehdr_to_gelf()
1221 ph->p_offset = (Elf64_Off)nshdr.sh_offset; in build_file()
597 Elf64_Off off; in dump_elf64()