Lines Matching defs:ehdr
79 GElf_Ehdr ehdr;
92 if (gelf_getehdr(elf, &ehdr) == NULL)
93 fatal_error("can't read ehdr");
98 if (ehdr.e_type == ET_DYN)
142 GElf_Ehdr ehdr;
148 if (gelf_getehdr(elf, &ehdr) == NULL)
149 fatal_error("can't read ehdr");
151 for (ndx = 0; ndx < ehdr.e_phnum; ndx++) {
242 GElf_Ehdr ehdr;
246 if (gelf_getehdr(elf, &ehdr) == NULL)
247 fatal_error("can't read ehdr");
249 for (i = 0; i < ehdr.e_phnum; i++) {