HomeSort by relevance Sort by last modified time
    Searched defs:e64 (Results 1 - 8 of 8) sorted by null

  /external/elfutils/0.153/libdwfl/
elf-from-memory.c 116 Elf64_Ehdr e64; member in union:__anon4904
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;
248 ehdr.e64.e_ident[EI_DATA]) == NULL)
334 ehdr.e64.e_shoff = 0;
335 ehdr.e64.e_shnum = 0
    [all...]
dwfl_module_getdwarf.c 347 Elf64_Ehdr e64; member in union:__anon4896
379 if (ehdr.e64.e_shentsize != shentsize
380 || ehdr.e64.e_phentsize != phentsize)
382 phnum = ehdr.e64.e_phnum;
383 shnum = ehdr.e64.e_shnum;
dwfl_segment_report_module.c 182 Elf64_Ehdr e64; member in union:__anon4901
221 phoff = ehdr.e64.e_phoff;
222 phnum = ehdr.e64.e_phnum;
223 phentsize = ehdr.e64.e_phentsize;
226 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
  /external/elfutils/0.153/libelf/
elf_begin.c 103 Elf64_Ehdr *e64; member in union:__anon4965
109 Elf64_Ehdr e64; member in union:__anon4966
147 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum;
148 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff;
155 CONVERT (ehdr_mem.e64.e_shnum);
156 CONVERT (ehdr_mem.e64.e_shoff);
212 result = ehdr.e64->e_shnum;
214 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
216 if (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
226 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shof
    [all...]
libelfP.h 245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon4978
  /system/core/libmincrypt/
p256_ec.c 612 felem e2, e4, e8, e16, e32, e64; local
641 felem_assign(e64, ftmp);
647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 962 Elf64_Ehdr e64;
987 phnum = ehdr.e64.e_phnum;
988 shnum = ehdr.e64.e_shnum;
960 Elf64_Ehdr e64; member in union:__anon5023
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 22637 IRTemp e64 = newTemp(Ity_I64); local
    [all...]

Completed in 2675 milliseconds