Searched refs:symsrc__init (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | symbol.h | 224 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
|
D | symbol-minimal.c | 249 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() function
|
D | symbol.c | 1490 if (symsrc__init(ss, dso, name, symtab_type) < 0) in dso__load() 1592 if (symsrc__init(&ss, dso, symfs_vmlinux, symtab_type)) in dso__load_vmlinux()
|
D | symbol-elf.c | 638 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() function
|