Searched defs:Dwfl_Line (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
H A Dlibdwfl.h63 typedef struct Dwfl_Line Dwfl_Line; typedef in typeref:struct:Dwfl_Line
493 number of Dwfl_Line entries it has. */
497 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
500 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
501 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
506 Dwfl_Line ***srcsp, size_t *nsrcs);
509 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
512 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
516 extern const char *dwfl_lineinfo (Dwfl_Line *lin
[all...]
H A DlibdwflP.h208 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
214 struct Dwfl_Line struct in struct:Dwfl_Lines
221 dwfl_linecu_inline (const Dwfl_Line *line)

Completed in 1175 milliseconds