Lines Matching refs:Name
61 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name);
62 if (unlikely (name == NULL))
66 name, shndx, refshdr,
207 /* First we need its name. */
250 const char *name = symtab->symstrdata->d_buf;
251 name += sym->st_name;
274 /* We are looking for a defined global symbol with a name. */
280 /* Get this candidate symbol's name. */
286 /* Does the name match? */
287 if (strcmp (name, n))
380 #define DO_TYPE(NAME, Name) \
381 case ELF_T_##NAME: \
382 size = sizeof (GElf_##Name); \
393 #define DO_TYPE(NAME, Name) GElf_##Name Name;
418 #define DO_TYPE(NAME, Name) \
419 case ELF_T_##NAME: \
420 tmpbuf.Name = value; \
438 #define DO_TYPE(NAME, Name) \
439 case ELF_T_##NAME: \
440 tmpbuf.Name += (GElf_##Name) value; \
483 /* First, fetch the name of the section these relocations apply to.