Home
last modified time | relevance | path

Searched refs:Dwfl_Line (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libdwfl/
Dlibdwfl.h63 typedef struct Dwfl_Line Dwfl_Line; typedef
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);
Ddwfl_module_getsrc_file.c56 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file()
73 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwfl_module_getsrc_file()
85 inline Dwarf_Line *dwfl_line (const Dwfl_Line *line) in dwfl_module_getsrc_file()
89 inline const char *dwfl_line_file (const Dwfl_Line *line) in dwfl_module_getsrc_file()
158 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file()
160 * sizeof (Dwfl_Line *)); in dwfl_module_getsrc_file()
Ddwfl_linemodule.c53 dwfl_linemodule (Dwfl_Line *line) in dwfl_linemodule()
Ddwfl_getsrc.c52 Dwfl_Line *
Ddwfl_linecu.c55 dwfl_linecu (Dwfl_Line *line) in dwfl_linecu()
Ddwfl_line_comp_dir.c54 dwfl_line_comp_dir (Dwfl_Line *line) in dwfl_line_comp_dir()
Ddwfl_onesrcline.c52 Dwfl_Line *
Ddwfl_lineinfo.c54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, in dwfl_lineinfo()
Ddwfl_module_getsrc.c53 Dwfl_Line *
DlibdwflP.h214 struct Dwfl_Line struct
221 dwfl_linecu_inline (const Dwfl_Line *line) in dwfl_linecu_inline()
/external/elfutils/tests/
Daddrscopes.c41 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) in paddr()
135 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc); in handle_address()
136 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc); in handle_address()
Dfuncscopes.c42 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) in paddr()
163 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc); in handle_function()
164 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc); in handle_function()
Dline2addr.c84 Dwfl_Line **lines = NULL; in handle_module()
/external/elfutils/src/
Daddr2line.c457 Dwfl_Line *line = dwfl_module_getsrc (mod, addr); in handle_address()