Searched refs:scn_shdr (Results 1 – 2 of 2) sorted by relevance
91 GElf_Shdr scn_shdr; in sparc_check_special_section() local92 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in sparc_check_special_section()93 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()94 && scn_shdr.sh_entsize != 0) in sparc_check_special_section()98 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in sparc_check_special_section()
104 GElf_Shdr scn_shdr; in alpha_check_special_section() local105 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in alpha_check_special_section()106 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()107 && scn_shdr.sh_entsize != 0) in alpha_check_special_section()112 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in alpha_check_special_section()