Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c1093 const GElf_Shdr *rcshdr = gelf_getshdr (scn, &rcshdr_mem); in is_rel_dyn() local
1095 if (rcshdr == NULL) in is_rel_dyn()
1098 if (rcshdr->sh_type == SHT_DYNAMIC && rcshdr->sh_entsize != 0) in is_rel_dyn()
1109 for (cnt = 1; cnt < rcshdr->sh_size / rcshdr->sh_entsize; ++cnt) in is_rel_dyn()