Searched refs:destshdrp (Results 1 – 1 of 1) sorted by relevance
1230 int idx, int reltype, GElf_Shdr **destshdrp, in check_reloc_shdr() argument1241 *destshdrp = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), in check_reloc_shdr()1243 if (*destshdrp != NULL) in check_reloc_shdr()1245 if(! ebl_check_reloc_target_type (ebl, (*destshdrp)->sh_type)) in check_reloc_shdr()1263 if ((((*destshdrp)->sh_flags & SHF_MERGE) != 0) in check_reloc_shdr()1264 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr()