Home
last modified time | relevance | path

Searched refs:dwfl (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Ddebuginfo.c14 static Dwfl *dwfl; variable
32 if (dwfl) { in debuginfo_report_elf()
33 dwfl_report_begin_add(dwfl); in debuginfo_report_elf()
35 dwfl = dwfl_begin(&dwfl_callbacks); in debuginfo_report_elf()
38 if (dwfl) { in debuginfo_report_elf()
39 dwfl_report_elf(dwfl, name, name, fd, bias, true); in debuginfo_report_elf()
40 dwfl_report_end(dwfl, NULL, NULL); in debuginfo_report_elf()
59 if (!dwfl) { in debuginfo_query()
64 dwfl_module = dwfl_addrmodule(dwfl, q[i].address); in debuginfo_query()