Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c1251 int idx, int reltype, GElf_Shdr **destshdrp, in check_reloc_shdr() argument
1262 *destshdrp = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), in check_reloc_shdr()
1264 if (*destshdrp != NULL) in check_reloc_shdr()
1266 if(! ebl_check_reloc_target_type (ebl, (*destshdrp)->sh_type)) in check_reloc_shdr()
1284 if ((((*destshdrp)->sh_flags & SHF_MERGE) != 0) in check_reloc_shdr()
1285 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr()