Lines Matching refs:symname

437 		const char	*symname;
439 symname = string(symtab, cnt, &cache[shdr->sh_link], file,
442 if (symname && (strcmp(name, symname) == 0) &&
1111 const char *symname, *sec;
1134 symname = string(state->seccache, symndx,
1188 demangle(symname, state->flags), sym->st_shndx);
1239 demangle(symname, state->flags));
1246 demangle(symname, state->flags));
1275 demangle(symname, state->flags),
1297 demangle(symname, state->flags), EC_XWORD(info));
1306 demangle(symname, state->flags), EC_XWORD(info));
1313 state->ehdr->e_machine, sym, verndx, gnuver, sec, symname);
2688 const char *symname;
2707 symname = relsymname(cache, _cache, strsec, symndx,
2744 rels, relname, symname, 0);
2877 * symname - Name of symbol that corresponds to dyn
2879 * target_cache - Section the symname section is expected to be
2888 dyn_symtest(Dyn *dyn, const char *symname, Cache *symtab_cache,
2911 symlookup(symname, cache, shnum, &sym, target_cache,
2916 symname, EC_ADDR(sym->st_value));
3489 const char *symname;
3521 symname = relsymname(cache, _cache, strsec,
3535 demangle(symname, flags));
3543 demangle(symname, flags));
3939 const char *symname, *str;
3946 symname = MSG_INTL(MSG_STR_UNKNOWN);
3949 symname = string(refsec, symndx, strsec, file, sym->st_name);
3962 demangle(symname, flags));
3967 nhash = elf_hash(symname);
3972 hsecname, symname, EC_WORD(hashndx), nbkt);
4667 const char *symname;
4684 ((symname = strchr(secname, '%')) == NULL))
4687 size_t secsz = ++symname - secname;
4690 symname = demangle(symname, flags);
4691 strsz = secsz + strlen(symname) + 1;
4703 EC_WORD(secsz), secname, symname);