HomeSort by relevance Sort by last modified time
    Searched full:shdr1 (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
elfcmp.c 203 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->sh_type != shdr2->sh_typ
    [all...]
unstrip.c 673 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)
    [all...]

Completed in 1792 milliseconds