Searched refs:loline (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/tests/ |
D | addrscopes.c | 127 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc); in handle_address() local 129 paddr (": ", lowpc, loline); in handle_address() 131 paddr (" .. ", lowpc, hiline == loline ? NULL : hiline); in handle_address()
|
D | funcscopes.c | 155 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc); in handle_function() local 157 paddr (": ", lowpc, loline); in handle_function() 159 paddr (" .. ", lowpc, hiline == loline ? NULL : hiline); in handle_function()
|