Lines Matching defs:dso
198 struct dso { struct
199 char *name;
200 struct load_range *ranges;
201 int range_sz;
203 uint64_t sh_addr;
205 uint64_t sh_offset;
206 enum elf_type type;
230 struct dso *dsos; argument
324 struct dso *dso = NULL; in syms__add_dso() local
376 struct dso *dso; in syms__find_dso() local
401 static int dso__load_sym_table_from_perf_map(struct dso *dso) in dso__load_sym_table_from_perf_map()
406 static int dso__add_sym(struct dso *dso, const char *name, uint64_t start, in dso__add_sym()
448 static int dso__add_syms(struct dso *dso, Elf *e, Elf_Scn *section, in dso__add_syms()
484 static void dso__free_fields(struct dso *dso) in dso__free_fields()
495 static int dso__load_sym_table_from_elf(struct dso *dso, int fd) in dso__load_sym_table_from_elf()
537 static int create_tmp_vdso_image(struct dso *dso) in create_tmp_vdso_image()
603 static int dso__load_sym_table_from_vdso_image(struct dso *dso) in dso__load_sym_table_from_vdso_image()
612 static int dso__load_sym_table(struct dso *dso) in dso__load_sym_table()
625 static struct sym *dso__find_sym(struct dso *dso, uint64_t offset) in dso__find_sym()
726 struct dso *dso; in syms__map_addr() local
738 struct dso *dso; in syms__map_addr_dso() local