Home | History | Annotate | Download | only in src

Lines Matching defs:shdr

597       GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
598 if (shdr == NULL)
603 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
604 || shdr->sh_link != scnndx)
613 if (shdr->sh_type == SHT_REL)
614 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
628 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);