Home | History | Annotate | Download | only in libelf

Lines Matching refs:e64

102     Elf64_Ehdr *e64;
108 Elf64_Ehdr e64;
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_shoff
233 + ehdr.e64->e_shoff
238 offset + ehdr.e64->e_shoff
255 if (ehdr.e64->e_shoff > maxsize
256 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
420 elf->state.elf64.scns.data[cnt].shdr.e64 =