Lines Matching defs:shdr
73 GElf_Shdr shdr;
94 if (gelf_getshdr(scn, &shdr) == NULL) {
100 if ((shdr.sh_type != SHT_SYMTAB) &&
101 (shdr.sh_type != SHT_DYNSYM) &&
102 (shdr.sh_type != SHT_SUNW_LDYNSYM))
120 elf_strptr(elf, shstrndx, shdr.sh_name));
130 symcnt = shdr.sh_size / shdr.sh_entsize;
174 * and it's shdr.sh_link points to the
269 elf_strptr(elf, shdr.sh_link, sym.st_name));