Home | History | Annotate | Download | only in tests

Lines Matching defs:shdr

182       GElf_Shdr *shdr;
192 shdr = gelf_getshdr (scn, &shdr_mem);
193 if (shdr == NULL)
201 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
205 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
210 if (shdr->sh_type != scntypes[cnt])
216 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
217 || (cnt != 1 && shdr->sh_flags != 0))
223 if (shdr->sh_addr != 0)
233 if (shdr->sh_link != 2)
250 inner < (shdr->sh_size
291 elf_strptr (elf, shdr->sh_link,