Searched refs:scn_shdr (Results 1 – 2 of 2) sorted by relevance
90 GElf_Shdr scn_shdr; in sparc_check_special_section() local91 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in sparc_check_special_section()92 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()93 && scn_shdr.sh_entsize != 0) in sparc_check_special_section()97 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in sparc_check_special_section()
103 GElf_Shdr scn_shdr; in alpha_check_special_section() local104 if (likely (gelf_getshdr (scn, &scn_shdr) != NULL) in alpha_check_special_section()105 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()106 && scn_shdr.sh_entsize != 0) in alpha_check_special_section()111 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i) in alpha_check_special_section()