Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Dlibdwfl.h42 typedef struct Dwfl_Line Dwfl_Line; typedef
571 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
574 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
575 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
580 Dwfl_Line ***srcsp, size_t *nsrcs);
583 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
586 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
590 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr,
595 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias);
598 extern const char *dwfl_line_comp_dir (Dwfl_Line *line);
Ddwfl_module_getsrc_file.c44 dwfl_line (const Dwfl_Line *line) in dwfl_line()
50 dwfl_line_file (const Dwfl_Line *line) in dwfl_line_file()
58 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file()
75 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwfl_module_getsrc_file()
149 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file()
151 * sizeof (Dwfl_Line *)); in dwfl_module_getsrc_file()
Ddwfl_linemodule.c36 dwfl_linemodule (Dwfl_Line *line) in dwfl_linemodule()
Ddwfl_getsrc.c35 Dwfl_Line *
Ddwfl_linecu.c38 dwfl_linecu (Dwfl_Line *line) in dwfl_linecu()
Ddwfl_line_comp_dir.c37 dwfl_line_comp_dir (Dwfl_Line *line) in dwfl_line_comp_dir()
Ddwfl_dwarf_line.c37 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias) in dwfl_dwarf_line()
Ddwfl_onesrcline.c35 Dwfl_Line *
Ddwfl_lineinfo.c37 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, in dwfl_lineinfo()
Ddwfl_module_getsrc.c36 Dwfl_Line *
DlibdwflP.h319 struct Dwfl_Line struct
326 dwfl_linecu_inline (const Dwfl_Line *line) in dwfl_linecu_inline()
/third_party/elfutils/include/elfutils/
Dlibdwfl.h42 typedef struct Dwfl_Line Dwfl_Line; typedef
571 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
574 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
575 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
580 Dwfl_Line ***srcsp, size_t *nsrcs);
583 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
586 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
590 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr,
595 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias);
598 extern const char *dwfl_line_comp_dir (Dwfl_Line *line);
/third_party/elfutils/tests/
Daddrscopes.c33 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) in paddr()
127 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc); in handle_address()
128 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc - 1); in handle_address()
Dfuncscopes.c34 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) in paddr()
155 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc); in handle_function()
156 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc - 1); in handle_function()
Dline2addr.c76 Dwfl_Line **lines = NULL; in handle_module()
Ddwfllines.c63 Dwfl_Line *line = dwfl_onesrcline (cu, i); in main()
/third_party/elfutils/src/
Dstack.c303 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted); in print_frame()
Daddr2line.c706 Dwfl_Line *line = dwfl_module_getsrc (mod, addr); in handle_address()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c2879 Dwfl_Line *line; in append_debug_info()