Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:Dwfl_Line

63 typedef struct Dwfl_Line 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 *line, Dwarf_Addr *addr,
521 extern const char *dwfl_line_comp_dir (Dwfl_Line *line);