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

/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c116 Elf64_Ehdr e64; member in union:__anon21199
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
[all...]
H A Ddwfl_module_getdwarf.c347 Elf64_Ehdr e64; member in union:__anon21191
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;
H A Ddwfl_segment_report_module.c182 Elf64_Ehdr e64; member in union:__anon21196
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/
H A Delf_begin.c103 Elf64_Ehdr *e64; member in union:__anon21260
109 Elf64_Ehdr e64; member in union:__anon21261
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
[all...]
H A DlibelfP.h245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon21273
/external/elfutils/0.153/src/
H A Dunstrip.c962 Elf64_Ehdr e64;
987 phnum = ehdr.e64.e_phnum;
988 shnum = ehdr.e64.e_shnum;
960 Elf64_Ehdr e64; member in union:__anon21318
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c22637 IRTemp e64 = newTemp(Ity_I64); local
22642 assign(e64, getXMMRegLane64(rE, 0));
22648 assign(e64, loadLE(Ity_I64, mkexpr(addr)));
22658 getXMMReg(rV), mkexpr(e64)));
[all...]

Completed in 231 milliseconds