Searched refs:Dwfl_Line (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 42 typedef struct Dwfl_Line Dwfl_Line; typedef 574 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx); 577 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr); 578 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr); 583 Dwfl_Line ***srcsp, size_t *nsrcs); 586 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line); 589 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line); 593 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, 598 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias); 601 extern const char *dwfl_line_comp_dir (Dwfl_Line *line);
|
/external/elfutils/src/libdwfl/ |
D | libdwfl.h | 42 typedef struct Dwfl_Line Dwfl_Line; typedef 574 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx); 577 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr); 578 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr); 583 Dwfl_Line ***srcsp, size_t *nsrcs); 586 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line); 589 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line); 593 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, 598 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias); 601 extern const char *dwfl_line_comp_dir (Dwfl_Line *line);
|
D | dwfl_module_getsrc_file.c | 36 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file() 53 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwfl_module_getsrc_file() 65 inline Dwarf_Line *dwfl_line (const Dwfl_Line *line) in dwfl_module_getsrc_file() 69 inline const char *dwfl_line_file (const Dwfl_Line *line) in dwfl_module_getsrc_file() 138 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file() 140 * sizeof (Dwfl_Line *)); in dwfl_module_getsrc_file()
|
D | dwfl_linemodule.c | 32 dwfl_linemodule (Dwfl_Line *line) in dwfl_linemodule()
|
D | dwfl_getsrc.c | 31 Dwfl_Line *
|
D | dwfl_linecu.c | 34 dwfl_linecu (Dwfl_Line *line) in dwfl_linecu()
|
D | dwfl_line_comp_dir.c | 33 dwfl_line_comp_dir (Dwfl_Line *line) in dwfl_line_comp_dir()
|
D | dwfl_dwarf_line.c | 33 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias) in dwfl_dwarf_line()
|
D | dwfl_onesrcline.c | 31 Dwfl_Line *
|
D | dwfl_lineinfo.c | 33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, in dwfl_lineinfo()
|
D | dwfl_module_getsrc.c | 32 Dwfl_Line *
|
D | libdwflP.h | 309 struct Dwfl_Line struct 316 dwfl_linecu_inline (const Dwfl_Line *line) in dwfl_linecu_inline()
|
/external/elfutils/src/tests/ |
D | addrscopes.c | 33 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); in handle_address()
|
D | funcscopes.c | 34 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); in handle_function()
|
D | line2addr.c | 76 Dwfl_Line **lines = NULL; in handle_module()
|
D | dwfllines.c | 63 Dwfl_Line *line = dwfl_onesrcline (cu, i); in main()
|
/external/elfutils/src/src/ |
D | addr2line.c | 598 Dwfl_Line *line = dwfl_module_getsrc (mod, addr); in handle_address()
|
D | stack.c | 299 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted); in print_frame()
|
/external/ltrace/ |
D | output.c | 610 Dwfl_Line *l = dwfl_module_getsrc(mod, pc); in frame_callback()
|