Searched refs:Elf64_Off (Results 1 – 11 of 11) sorted by relevance
48 typedef uint64_t Elf64_Off; typedef115 Elf64_Off e_phoff;116 Elf64_Off e_shoff;189 Elf64_Off p_offset;222 Elf64_Off sh_flags;224 Elf64_Off sh_offset;225 Elf64_Off sh_size;228 Elf64_Off sh_addralign;229 Elf64_Off sh_entsize;
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. */
37 using Elf64_Off = uint64_t; variable94 Elf64_Off e_phoff;95 Elf64_Off e_shoff;1043 Elf64_Off sh_offset;1461 Elf64_Off p_offset; // File offset where segment is located, in bytes
75 d->sh_offset = (Elf64_Off) sh32->sh_offset; in gelf_getshdr()
36 typedef Elf64_Off GElf_Off; /* Offsets */
567 #define SWAP_OFF64(X) _SWAP_WORD64(X, Elf64_Off)688 #define READ_OFF64(P,X) _READ_WORD64(P, X, Elf64_Off)
71 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
149 dst->e_phoff = (Elf64_Off)src->e_phoff; in ehdr_to_gelf()150 dst->e_shoff = (Elf64_Off)src->e_shoff; in ehdr_to_gelf()
2328 typedef uint64_t Elf64_Off; /* File offset. */ typedef2426 Elf64_Off e_phoff; /* File offset to the PHDR table. */2427 Elf64_Off e_shoff; /* File offset to the SHDRheader. */2709 Elf64_Off p_offset; /* File offset to segment. */2773 Elf64_Off sh_offset; /* file offset of section */
626 Elf64_Off off; in dump_elf64()
1492 const Elf64_Off offset = sheader.sh_offset; in GetSectionHeaderInfo()