symsrc
bool symsrc__possibly_runtime(struct symsrc *ss)
bool symsrc__has_symtab(struct symsrc *ss)
void symsrc__destroy(struct symsrc *ss)
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss,
struct symsrc *runtime_ss, int kmodule, int dynsym)
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
struct symsrc *runtime_ss, int kmodule)
int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss)
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused)
bool symsrc__has_symtab(struct symsrc *ss __maybe_unused)
void symsrc__destroy(struct symsrc *ss)
struct symsrc *ss __maybe_unused)
struct symsrc *ss,
struct symsrc *runtime_ss __maybe_unused,
struct symsrc ss_[2];
struct symsrc *syms_ss = NULL, *runtime_ss = NULL;
struct symsrc *ss = &ss_[ss_pos];
struct symsrc ss;
struct symsrc;
int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss,
struct symsrc *runtime_ss, int kmodule);
int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss);
int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, enum dso_binary_type type);
void symsrc__destroy(struct symsrc *ss);
bool symsrc__has_symtab(struct symsrc *ss);
bool symsrc__possibly_runtime(struct symsrc *ss);