Home | History | Annotate | Download | only in src

Lines Matching defs:sname

883 		      const char *sname = elf_strptr (ebl->elf,
886 if (sname != NULL)
888 if (strcmp (sname, ".got.plt") == 0)
890 if (strcmp (sname, ".got") == 0)
903 const char *sname = ((destshdr == NULL || xndx == SHN_UNDEF)
907 if (sname == NULL)
915 else if (strcmp (sname, ".got.plt") != 0
916 && strcmp (sname, ".got") != 0)
920 idx, section_name (ebl, idx), xndx, sname);
937 sname, (uint64_t) destshdr->sh_addr);
944 sname, (uint64_t) destshdr->sh_size);