Searched refs:shdr2 (Results 1 – 3 of 3) 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()
|
/external/ltrace/ |
D | ltrace-elf.c | 445 GElf_Shdr shdr2; in read_symbol_table() local 446 if (scn == NULL || gelf_getshdr(scn, &shdr2) == NULL) { in read_symbol_table() 455 || shdr2.sh_size != data->d_size || data->d_off) { in read_symbol_table() 458 shdr2.sh_link, filename, elf_errmsg(-1)); in read_symbol_table()
|