Searched refs:symsrc__init (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | symbol.h | 223 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 | 1446 if (symsrc__init(ss, dso, name, symtab_type) < 0) in dso__load() 1539 if (symsrc__init(&ss, dso, symfs_vmlinux, symtab_type)) in dso__load_vmlinux()
|
D | symbol-elf.c | 633 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() function
|