Lines Matching defs:dso
1 #include "dso.h"
256 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
274 dso->load_errno = errno;
295 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused,
339 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused,
349 dso->is_64_bit = ret;
352 dso__set_build_id(dso, &bid);
382 char *dso__demangle_sym(struct dso *dso __maybe_unused,