Searched refs:shdr1 (Results 1 – 2 of 2) sorted by relevance
263 GElf_Shdr *shdr1; in main() local268 shdr1 = gelf_getshdr (scn1, &shdr1_mem); in main()269 if (shdr1 != NULL) in main()270 sname1 = elf_strptr (elf1, shstrndx1, shdr1->sh_name); in main()273 && ebl_section_strip_p (ebl1, shdr1, sname1, true, false)); in main()291 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main()294 newp->from = shdr1->sh_offset; in main()295 newp->to = shdr1->sh_offset + shdr1->sh_size; in main()317 if (shdr1->sh_type != shdr2->sh_type in main()319 || shdr1->sh_flags != shdr2->sh_flags in main()[all …]
741 compare_unalloc_sections (const GElf_Shdr *shdr1, const GElf_Shdr *shdr2, in compare_unalloc_sections() argument746 if (shdr1->sh_flags < shdr2->sh_flags) in compare_unalloc_sections()748 if (shdr1->sh_flags > shdr2->sh_flags) in compare_unalloc_sections()752 if (shdr1->sh_size < shdr2->sh_size) in compare_unalloc_sections()754 if (shdr1->sh_size > shdr2->sh_size) in compare_unalloc_sections()