Lines Matching defs:dwfl
60 mod = dwfl_addrmodule(ui->dwfl, ip);
70 mod = dwfl_report_elf(ui->dwfl, dso->short_name, dso->long_name, -1,
76 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1,
87 return mod && dwfl_addrmodule(ui->dwfl, ip) == mod ? 0 : -1;
122 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp)
129 return dwfl_pid(dwfl);
152 static bool memory_read(Dwfl *dwfl __maybe_unused, Dwarf_Addr addr, Dwarf_Word *result,
247 ui->dwfl = dwfl_begin(&offline_callbacks);
248 if (!ui->dwfl)
259 err = !dwfl_attach_state(ui->dwfl, EM_NONE, thread->tid, &callbacks, ui);
263 err = dwfl_getthread_frames(ui->dwfl, thread->tid, frame_callback, ui);
284 dwfl_end(ui->dwfl);