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

/external/elfutils/libdwfl/
H A Ddwfl_linemodule.c32 dwfl_linemodule (Dwfl_Line *line)
H A Ddwfl_getsrc.c31 Dwfl_Line *
H A Ddwfl_linecu.c34 dwfl_linecu (Dwfl_Line *line)
H A Ddwfl_dwarf_line.c33 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias)
H A Ddwfl_line_comp_dir.c33 dwfl_line_comp_dir (Dwfl_Line *line)
H A Ddwfl_onesrcline.c31 Dwfl_Line *
H A Ddwfl_module_getsrc_file.c40 dwfl_line (const Dwfl_Line *line)
46 dwfl_line_file (const Dwfl_Line *line)
54 Dwfl_Line ***srcsp, size_t *nsrcs)
71 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp;
143 Dwfl_Line **newp = realloc (match,
145 * sizeof (Dwfl_Line *));
H A Dlibdwfl.h42 typedef struct Dwfl_Line Dwfl_Line; typedef in typeref:struct: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 *lin
[all...]
H A Ddwfl_lineinfo.c33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
H A Ddwfl_module_getsrc.c32 Dwfl_Line *
H A DlibdwflP.h313 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
319 struct Dwfl_Line struct in struct:Dwfl_Lines
326 dwfl_linecu_inline (const Dwfl_Line *line)
/external/elfutils/include/elfutils/
H A Dlibdwfl.h42 typedef struct Dwfl_Line Dwfl_Line; typedef in typeref:struct: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 *lin
[all...]
/external/elfutils/tests/
H A Daddrscopes.c33 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line)
127 Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc);
128 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc - 1);
H A Dfuncscopes.c34 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line)
155 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc);
156 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc - 1);
H A Dline2addr.c76 Dwfl_Line **lines = NULL;
H A Ddwfllines.c63 Dwfl_Line *line = dwfl_onesrcline (cu, i);
/external/elfutils/src/
H A Daddr2line.c693 Dwfl_Line *line = dwfl_module_getsrc (mod, addr);
H A Dstack.c299 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted);
/external/ltrace/
H A Doutput.c610 Dwfl_Line *l = dwfl_module_getsrc(mod, pc);

Completed in 1217 milliseconds