Home
last modified time | relevance | path

Searched refs:symsrc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsymbol.h198 struct symsrc { struct
223 void symsrc__destroy(struct symsrc *ss); argument
224 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
226 bool symsrc__has_symtab(struct symsrc *ss);
227 bool symsrc__possibly_runtime(struct symsrc *ss);
271 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
272 struct symsrc *runtime_ss, symbol_filter_t filter,
274 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss,
Dsymbol-minimal.c249 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
271 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
277 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
282 void symsrc__destroy(struct symsrc *ss) in symsrc__destroy()
289 struct symsrc *ss __maybe_unused, in dso__synthesize_plt_symbols()
335 struct symsrc *ss, in dso__load_sym()
336 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
Dsymbol-elf.c215 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss, struct map *map, in dso__synthesize_plt_symbols()
616 bool symsrc__possibly_runtime(struct symsrc *ss) in symsrc__possibly_runtime()
621 bool symsrc__has_symtab(struct symsrc *ss) in symsrc__has_symtab()
626 void symsrc__destroy(struct symsrc *ss) in symsrc__destroy()
638 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
782 struct symsrc *syms_ss, struct symsrc *runtime_ss, in dso__load_sym()
Dsymbol.c1404 struct symsrc ss_[2]; in dso__load()
1405 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; in dso__load()
1477 struct symsrc *ss = &ss_[ss_pos]; in dso__load()
1578 struct symsrc ss; in dso__load_vmlinux()