Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:ehdr

117   } ehdr;
127 .d_buf = &ehdr,
128 .d_size = sizeof ehdr,
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
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;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
248 ehdr.e32.e_ident[EI_DATA]) == NULL)
281 switch (ehdr.e32.e_ident[EI_CLASS])
307 ehdr.e32.e_shoff = 0;
308 ehdr.e32.e_shnum = 0;
309 ehdr.e32.e_shstrndx = 0;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
316 xlatefrom.d_buf = &ehdr.e32;
319 ehdr.e32.e_ident[EI_DATA]) == NULL)
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)