Lines Matching defs:sname
961 const char *sname = elf_strptr (ebl->elf,
964 if (sname != NULL)
966 if (strcmp (sname, ".got.plt") == 0)
968 if (strcmp (sname, ".got") == 0)
981 const char *sname = ((destshdr == NULL || xndx == SHN_UNDEF)
985 if (sname == NULL)
993 else if (strcmp (sname, ".got.plt") != 0
994 && strcmp (sname, ".got") != 0)
998 idx, section_name (ebl, idx), xndx, sname);
1015 sname, (uint64_t) destshdr->sh_addr);
1022 sname, (uint64_t) destshdr->sh_size);