Home | History | Annotate | Download | only in libelf

Lines Matching refs:e64

103     Elf64_Ehdr *e64;
109 Elf64_Ehdr e64;
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_shoff
234 + ehdr.e64->e_shoff
239 offset + ehdr.e64->e_shoff
256 if (ehdr.e64->e_shoff > maxsize
257 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
423 elf->state.elf64.scns.data[cnt].shdr.e64 =