Lines Matching refs:dso
28 const struct dso *dso = *userdata; in __find_debuginfo() local
30 assert(dso); in __find_debuginfo()
31 if (dso->symsrc_filename && strcmp (file_name, dso->symsrc_filename)) in __find_debuginfo()
32 *debuginfo_file_name = strdup(dso->symsrc_filename); in __find_debuginfo()
47 struct dso *dso = NULL; in __report_module() local
55 dso = al->map->dso; in __report_module()
57 if (!dso) in __report_module()
70 mod = dwfl_report_elf(ui->dwfl, dso->short_name, dso->long_name, -1, in __report_module()
75 if (dso__build_id_filename(dso, filename, sizeof(filename), false)) in __report_module()
76 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1, in __report_module()
84 *userdatap = dso; in __report_module()
143 if (!al.map->dso) in access_dso_mem()
146 size = dso__data_read_addr(al.map->dso, al.map, ui->machine, in access_dso_mem()