Searched refs:comp_shdr (Results 1 – 1 of 1) sorted by relevance
223 GElf_Shdr comp_shdr; in secmap_data_cmp() local227 if (gelf_getshdr(comp_scn, &comp_shdr) == NULL) { in secmap_data_cmp()234 comp_shdr.sh_name); in secmap_data_cmp()237 "with index %lu", sm->sm_obj, comp_shdr.sh_name); in secmap_data_cmp()244 if (comp_shdr.sh_type != shdr->sh_type || in secmap_data_cmp()245 comp_shdr.sh_addralign != shdr->sh_addralign || in secmap_data_cmp()246 comp_shdr.sh_size != shdr->sh_size || in secmap_data_cmp()247 comp_shdr.sh_entsize != shdr->sh_entsize) { in secmap_data_cmp()