Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:e64

116     Elf64_Ehdr e64;
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;
342 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;
343 xlatefrom.d_buf = &ehdr.e64;
346 ehdr.e64.e_ident[EI_DATA]) == NULL)