Searched refs:shdr2 (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | elfcmp.c | 262 GElf_Shdr *shdr2; in main() local 267 shdr2 = gelf_getshdr (scn2, &shdr2_mem); in main() 268 if (shdr2 != NULL) in main() 269 sname2 = elf_strptr (elf2, ehdr2->e_shstrndx, shdr2->sh_name); in main() 272 && ebl_section_strip_p (ebl2, ehdr2, shdr2, sname2, true, false)); in main() 303 if (shdr1->sh_type != shdr2->sh_type in main() 305 || shdr1->sh_flags != shdr2->sh_flags in main() 306 || shdr1->sh_addr != shdr2->sh_addr in main() 307 || (shdr1->sh_offset != shdr2->sh_offset in main() 310 || shdr1->sh_size != shdr2->sh_size in main() [all …]
|
D | unstrip.c | 711 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()
|