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

/external/elfutils/src/
H A Delfcmp.c216 GElf_Shdr *shdr2; local
221 shdr2 = gelf_getshdr (scn2, &shdr2_mem);
222 if (shdr2 != NULL)
223 sname2 = elf_strptr (elf2, ehdr2->e_shstrndx, shdr2->sh_name);
226 && ebl_section_strip_p (ebl2, ehdr2, shdr2, sname2, true, false));
258 if (shdr1->sh_type != shdr2->sh_type
260 || shdr1->sh_flags != shdr2->sh_flags
261 || shdr1->sh_addr != shdr2->sh_addr
262 || (shdr1->sh_offset != shdr2->sh_offset
265 || shdr1->sh_size != shdr2
[all...]
H A Dunstrip.c673 compare_unalloc_sections (const GElf_Shdr *shdr1, const GElf_Shdr *shdr2,
677 if (shdr1->sh_flags < shdr2->sh_flags)
679 if (shdr1->sh_flags > shdr2->sh_flags)
671 compare_unalloc_sections(const GElf_Shdr *shdr1, const GElf_Shdr *shdr2, const char *name1, const char *name2) argument

Completed in 61 milliseconds