Home
last modified time | relevance | path

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

/qemu/tcg/
H A Ddebuginfo.c53 Dwfl_Line *dwfl_line; in debuginfo_query() local
80 dwfl_line = dwfl_module_getsrc(dwfl_module, q[i].address); in debuginfo_query()
81 if (dwfl_line) { in debuginfo_query()
82 file = dwfl_lineinfo(dwfl_line, NULL, &line, 0, NULL, NULL); in debuginfo_query()