Searched defs:e64 (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libdwfl/
H A Delf-from-memory.c116 Elf64_Ehdr e64; member in union:__anon4687
159 phoff = ehdr.e64.e_phoff;
160 phnum = ehdr.e64.e_phnum;
161 phentsize = ehdr.e64.e_phentsize;
164 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
334 ehdr.e64.e_shoff = 0;
335 ehdr.e64.e_shnum = 0;
336 ehdr.e64
[all...]
H A Ddwfl_segment_report_module.c178 Elf64_Ehdr e64; member in union:__anon4684
217 phoff = ehdr.e64.e_phoff;
218 phnum = ehdr.e64.e_phnum;
219 phentsize = ehdr.e64.e_phentsize;
222 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
/external/elfutils/libelf/
H A Delf_begin.c102 Elf64_Ehdr *e64; member in union:__anon4747
108 Elf64_Ehdr e64; member in union:__anon4748
146 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum;
147 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff;
154 CONVERT (ehdr_mem.e64.e_shnum);
155 CONVERT (ehdr_mem.e64.e_shoff);
211 result = ehdr.e64->e_shnum;
213 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
215 if (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
225 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64
[all...]
H A DlibelfP.h245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon4760
/external/openssh/
H A Dauth2-jpake.c189 const u_char e64[] = local
191 return e64[i64 % 64];
/external/elfutils/src/
H A Dunstrip.c959 Elf64_Ehdr e64;
984 phnum = ehdr.e64.e_phnum;
985 shnum = ehdr.e64.e_shnum;
957 Elf64_Ehdr e64; member in union:__anon4804

Completed in 40 milliseconds