Home
last modified time | relevance | path

Searched refs:scn_shdr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/backends/
Dalpha_symbol.c99 GElf_Shdr scn_shdr; in alpha_check_special_section() local
100 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()
Dsparc_symbol.c87 GElf_Shdr scn_shdr; in sparc_check_special_section() local
88 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()