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

  /external/elfutils/libdwfl/
elf-from-memory.c 116 Elf64_Ehdr e64; member in union:__anon19911
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.e_shstrndx = 0
    [all...]
dwfl_segment_report_module.c 178 Elf64_Ehdr e64; member in union:__anon19908
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/
elf_strptr.c 128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
135 if (unlikely (offset >= strscn->shdr.e64->sh_size))
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 102 Elf64_Ehdr *e64; member in union:__anon19971
108 Elf64_Ehdr e64; member in union:__anon19972
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->e_shof
    [all...]
elf_getshstrndx.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::__anon19984
  /external/openssh/
auth2-jpake.c 189 const u_char e64[] = local
191 return e64[i64 % 64];
  /external/elfutils/src/
unstrip.c 959 Elf64_Ehdr e64;
984 phnum = ehdr.e64.e_phnum;
985 shnum = ehdr.e64.e_shnum;
957 Elf64_Ehdr e64; member in union:__anon20028
    [all...]
  /bionic/libc/stdlib/
strtod.c 1316 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1321 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 599 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1451 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1466 bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1451 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1466 bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 20856 IRTemp e64 = newTemp(Ity_I64); local
    [all...]

Completed in 1128 milliseconds