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

/external/elfutils/0.153/libdwfl/
H A Dlibdwfl.h63 typedef struct Dwfl_Line Dwfl_Line; typedef in typeref:struct:Dwfl_Line
503 number of Dwfl_Line entries it has. */
507 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
510 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
511 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
516 Dwfl_Line ***srcsp, size_t *nsrcs);
519 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
522 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
526 extern const char *dwfl_lineinfo (Dwfl_Line *lin
[all...]
H A DlibdwflP.h227 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
233 struct Dwfl_Line struct in struct:Dwfl_Lines
240 dwfl_linecu_inline (const Dwfl_Line *line)
/external/elfutils/elfutils/
H A Dlibdwfl.h63 typedef struct Dwfl_Line Dwfl_Line; typedef in typeref:struct:Dwfl_Line
503 number of Dwfl_Line entries it has. */
507 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
510 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
511 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
516 Dwfl_Line ***srcsp, size_t *nsrcs);
519 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
522 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
526 extern const char *dwfl_lineinfo (Dwfl_Line *lin
[all...]

Completed in 517 milliseconds