Searched refs:ehdr1 (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Delfcmp.c172 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem); local
173 if (ehdr1 == NULL)
192 if (unlikely (memcmp (ehdr1->e_ident, ehdr2->e_ident, EI_NIDENT) != 0
193 || ehdr1->e_type != ehdr2->e_type
194 || ehdr1->e_machine != ehdr2->e_machine
195 || ehdr1->e_version != ehdr2->e_version
196 || ehdr1->e_entry != ehdr2->e_entry
197 || ehdr1->e_phoff != ehdr2->e_phoff
198 || ehdr1->e_flags != ehdr2->e_flags
199 || ehdr1
[all...]

Completed in 161 milliseconds