Lines Matching refs:name
68 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name);
69 if (unlikely (name == NULL))
73 name, shndx, refshdr,
214 /* First we need its name. */
257 const char *name = symtab->symstrdata->d_buf;
258 name += sym->st_name;
281 /* We are looking for a defined global symbol with a name. */
287 /* Get this candidate symbol's name. */
293 /* Does the name match? */
294 if (strcmp (name, n))
507 /* First, fetch the name of the section these relocations apply to.