Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsymbol.h197 struct symsrc { struct
222 void symsrc__destroy(struct symsrc *ss); argument
223 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
225 bool symsrc__has_symtab(struct symsrc *ss);
226 bool symsrc__possibly_runtime(struct symsrc *ss);
270 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
271 struct symsrc *runtime_ss, symbol_filter_t filter,
273 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()
633 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
775 struct symsrc *syms_ss, struct symsrc *runtime_ss, in dso__load_sym()
Dsymbol.c1379 struct symsrc ss_[2]; in dso__load()
1380 struct symsrc *syms_ss = NULL, *runtime_ss = NULL; in dso__load()
1433 struct symsrc *ss = &ss_[ss_pos]; in dso__load()
1525 struct symsrc ss; in dso__load_vmlinux()