Home | History | Annotate | Download | only in tests

Lines Matching refs:shdr

82   GElf_Shdr *shdr;
88 shdr = gelf_getshdr (scn, &shdr_mem);
89 if (ehdr == NULL || shdr == NULL)
103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
104 shdr->sh_type,
105 shdr->sh_flags,
106 shdr->sh_addr,
107 shdr->sh_offset,
108 shdr->sh_size,
109 shdr->sh_link,
110 shdr->sh_info,
111 shdr->sh_addralign,
112 shdr->sh_entsize);
120 switch (shdr->sh_type)