Symbol: symsrc
tools/perf/util/symbol-elf.c
1040
bool symsrc__possibly_runtime(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1045
bool symsrc__has_symtab(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1050
void symsrc__destroy(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1143
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
tools/perf/util/symbol-elf.c
1471
dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol-elf.c
1472
struct symsrc *runtime_ss, int kmodule, int dynsym)
tools/perf/util/symbol-elf.c
1753
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol-elf.c
1754
struct symsrc *runtime_ss, int kmodule)
tools/perf/util/symbol-elf.c
604
int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss)
tools/perf/util/symbol-minimal.c
238
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
tools/perf/util/symbol-minimal.c
260
bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
266
bool symsrc__has_symtab(struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
271
void symsrc__destroy(struct symsrc *ss)
tools/perf/util/symbol-minimal.c
278
struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
322
struct symsrc *ss,
tools/perf/util/symbol-minimal.c
323
struct symsrc *runtime_ss __maybe_unused,
tools/perf/util/symbol.c
1682
struct symsrc ss_[2];
tools/perf/util/symbol.c
1683
struct symsrc *syms_ss = NULL, *runtime_ss = NULL;
tools/perf/util/symbol.c
1758
struct symsrc *ss = &ss_[ss_pos];
tools/perf/util/symbol.c
1880
struct symsrc ss;
tools/perf/util/symbol.h
175
struct symsrc;
tools/perf/util/symbol.h
181
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol.h
182
struct symsrc *runtime_ss, int kmodule);
tools/perf/util/symbol.h
183
int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss);
tools/perf/util/symsrc.h
41
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, enum dso_binary_type type);
tools/perf/util/symsrc.h
42
void symsrc__destroy(struct symsrc *ss);
tools/perf/util/symsrc.h
44
bool symsrc__has_symtab(struct symsrc *ss);
tools/perf/util/symsrc.h
45
bool symsrc__possibly_runtime(struct symsrc *ss);