Home
last modified time | relevance | path

Searched refs:dwfl_module_getsrc (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getsrc.c37 dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr) in dwfl_module_getsrc() function
85 INTDEF (dwfl_module_getsrc)
Ddwfl_getsrc.c38 return INTUSE(dwfl_module_getsrc) (INTUSE(dwfl_addrmodule) (dwfl, addr), in dwfl_getsrc()
DMakefile.am59 dwfl_module_getsrc.c dwfl_getsrc.c \
Dlibdwfl.h579 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
DlibdwflP.h734 INTDECL (dwfl_module_getsrc)
DChangeLog197 * dwfl_module_getsrc.c: Likewise.
672 * dwfl_module_getsrc.c (dwfl_module_getsrc): Never match a line that
705 * dwfl_module_getsrc.c (dwfl_module_getsrc): Return the *last* line
2249 * dwfl_module_getsrc.c: Adjust address for module bias before search.
/external/elfutils/libdw/
Dlibdw.map121 dwfl_module_getsrc;
/external/elfutils/include/elfutils/
Dlibdwfl.h579 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
/external/elfutils/src/
Daddr2line.c680 Dwfl_Line *line = dwfl_module_getsrc (mod, addr); in handle_address()
Dstack.c298 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted); in print_frame()
DChangeLog4263 Use dwfl_module_getsrc and dwfl_lineinfo instead of libdw calls.