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

  /external/elfutils/libdwfl/
elf-from-memory.c 116 Elf64_Ehdr e64; member in union:__anon6779
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:__anon6776
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_begin.c 102 Elf64_Ehdr *e64; member in union:__anon6839
108 Elf64_Ehdr e64; member in union:__anon6840
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...]
libelfP.h 245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon6852
  /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:__anon6896
    [all...]

Completed in 159 milliseconds