HomeSort by relevance Sort by last modified time
    Searched defs:Dwfl_Line (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
libdwfl.h 42 typedef struct Dwfl_Line Dwfl_Line;
572 number of Dwfl_Line entries it has. */
576 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
579 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
580 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
585 Dwfl_Line ***srcsp, size_t *nsrcs);
588 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
591 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
595 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr
    [all...]
libdwflP.h 313 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
319 struct Dwfl_Line
326 dwfl_linecu_inline (const Dwfl_Line *line)

Completed in 201 milliseconds