Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c249 GElf_Shdr *shdr1; in main() local
254 shdr1 = gelf_getshdr (scn1, &shdr1_mem); in main()
255 if (shdr1 != NULL) in main()
256 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name); in main()
259 && ebl_section_strip_p (ebl1, ehdr1, shdr1, sname1, true, false)); in main()
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main()
280 newp->from = shdr1->sh_offset; in main()
281 newp->to = shdr1->sh_offset + shdr1->sh_size; in main()
303 if (shdr1->sh_type != shdr2->sh_type in main()
305 || shdr1->sh_flags != shdr2->sh_flags in main()
[all …]
Dunstrip.c711 compare_unalloc_sections (const GElf_Shdr *shdr1, const GElf_Shdr *shdr2, in compare_unalloc_sections() argument
715 if (shdr1->sh_flags < shdr2->sh_flags) in compare_unalloc_sections()
717 if (shdr1->sh_flags > shdr2->sh_flags) in compare_unalloc_sections()