Searched refs:loline (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/tests/ |
D | addrscopes.c | 135 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc); in handle_address() local 137 paddr (": ", lowpc, loline); in handle_address() 139 paddr (" .. ", lowpc, hiline == loline ? NULL : hiline); in handle_address()
|
D | funcscopes.c | 163 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc); in handle_function() local 165 paddr (": ", lowpc, loline); in handle_function() 167 paddr (" .. ", lowpc, hiline == loline ? NULL : hiline); in handle_function()
|