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

  /external/elfutils/src/
elfcmp.c 216 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->sh_siz
    [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 221 milliseconds