Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:ehdr

179   } ehdr;
193 .d_buf = &ehdr,
194 .d_size = sizeof ehdr,
204 phoff = ehdr.e32.e_phoff;
205 phnum = ehdr.e32.e_phnum;
206 phentsize = ehdr.e32.e_phentsize;
209 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
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;
294 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA)
307 ehdr.e32.e_ident[EI_DATA]) == NULL)
408 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
411 ehdr.e32.e_ident[EI_DATA]) == NULL)
423 ehdr.e32.e_ident[EI_DATA]) == NULL)
483 const size_t dyn_entsize = (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32
502 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
505 ehdr.e32.e_ident[EI_DATA]) != NULL)
513 ehdr.e32.e_ident[EI_DATA]) != NULL)
523 name = ehdr.e32.e_type == ET_EXEC ? "[exe]" : "[dso]";
610 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)