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

  /external/elfutils/0.153/src/
elfcmp.c 257 GElf_Shdr *shdr1; local
262 shdr1 = gelf_getshdr (scn1, &shdr1_mem);
263 if (shdr1 != NULL)
264 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name);
267 && ebl_section_strip_p (ebl1, ehdr1, shdr1, sname1, true, false));
285 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
288 newp->from = shdr1->sh_offset;
289 newp->to = shdr1->sh_offset + shdr1->sh_size;
310 if (shdr1->sh_type != shdr2->sh_typ
    [all...]
unstrip.c 676 compare_unalloc_sections (const GElf_Shdr *shdr1, const GElf_Shdr *shdr2,
680 if (shdr1->sh_flags < shdr2->sh_flags)
682 if (shdr1->sh_flags > shdr2->sh_flags)
    [all...]

Completed in 251 milliseconds