HomeSort by relevance Sort by last modified time
    Searched refs:e64 (Results 1 - 21 of 21) 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_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;
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;
  /external/elfutils/0.153/libelf/
elf_strptr.c 128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
135 if (unlikely (offset >= strscn->shdr.e64->sh_size))
elf_getphdrnum.c 89 : scns->data[0].shdr.e64->sh_info);
gelf_getshdr.c 109 = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn);
gelf_update_shdr.c 111 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn);
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...]
elf_getshdrstrndx.c 155 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
157 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
elf_newscn.c 148 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
149 if (result->shdr.e64 == NULL)
elf_getdata.c 217 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn);
libelfP.h 245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon4978
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 856 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
861 bigtens[] = { 1e16, 1e32, 1e64 };
  /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...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1569 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1574 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 600 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1464 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1479 bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 22637 IRTemp e64 = newTemp(Ity_I64); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 650 milliseconds