Searched refs:scn_shdr (Results 1 – 2 of 2) sorted by relevance
99 GElf_Shdr scn_shdr; in alpha_check_special_section() local100 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in alpha_check_special_section()101 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()102 && scn_shdr.sh_entsize != 0) in alpha_check_special_section()107 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in alpha_check_special_section()
87 GElf_Shdr scn_shdr; in sparc_check_special_section() local88 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in sparc_check_special_section()89 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()90 && scn_shdr.sh_entsize != 0) in sparc_check_special_section()94 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in sparc_check_special_section()