Symbol: symsrc
tools/perf/util/symbol-elf.c
1073
bool symsrc__possibly_runtime(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1078
bool symsrc__has_symtab(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1083
void symsrc__destroy(struct symsrc *ss)
tools/perf/util/symbol-elf.c
1176
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
tools/perf/util/symbol-elf.c
1519
dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol-elf.c
1520
struct symsrc *runtime_ss, int kmodule, int dynsym)
tools/perf/util/symbol-elf.c
1807
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol-elf.c
1808
struct symsrc *runtime_ss, int kmodule)
tools/perf/util/symbol-elf.c
603
int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss)
tools/perf/util/symbol-minimal.c
250
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
tools/perf/util/symbol-minimal.c
272
bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
278
bool symsrc__has_symtab(struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
283
void symsrc__destroy(struct symsrc *ss)
tools/perf/util/symbol-minimal.c
290
struct symsrc *ss __maybe_unused)
tools/perf/util/symbol-minimal.c
334
struct symsrc *ss,
tools/perf/util/symbol-minimal.c
335
struct symsrc *runtime_ss __maybe_unused,
tools/perf/util/symbol.c
1809
struct symsrc ss_[2];
tools/perf/util/symbol.c
1810
struct symsrc *syms_ss = NULL, *runtime_ss = NULL;
tools/perf/util/symbol.c
1885
struct symsrc *ss = &ss_[ss_pos];
tools/perf/util/symbol.c
2007
struct symsrc ss;
tools/perf/util/symbol.h
247
struct symsrc;
tools/perf/util/symbol.h
253
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
tools/perf/util/symbol.h
254
struct symsrc *runtime_ss, int kmodule);
tools/perf/util/symbol.h
255
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);