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

/external/elfutils/src/
H A Delfcmp.c203 GElf_Shdr *shdr1; local
208 shdr1 = gelf_getshdr (scn1, &shdr1_mem);
209 if (shdr1 != NULL)
210 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name);
213 && ebl_section_strip_p (ebl1, ehdr1, shdr1, sname1, true, false));
231 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
234 newp->from = shdr1->sh_offset;
235 newp->to = shdr1->sh_offset + shdr1->sh_size;
258 if (shdr1
[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 67 milliseconds