HomeSort by relevance Sort by last modified time
    Searched full:dwfl_line (Results 1 - 20 of 20) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 40 dwfl_line (const Dwfl_Line *line) function
46 dwfl_line_file (const Dwfl_Line *line)
48 return dwfl_dwarf_line_file (dwfl_line (line));
54 Dwfl_Line ***srcsp, size_t *nsrcs)
71 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp;
121 && (dwfl_line (match[inner])->line != line->line
122 || dwfl_line (match[inner])->line != lineno
124 && (dwfl_line (match[inner])->column != line->column
125 || dwfl_line (match[inner])->column != column)))
    [all...]
dwfl_dwarf_line.c 33 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias)
dwfl_getsrc.c 31 Dwfl_Line *
dwfl_line_comp_dir.c 33 dwfl_line_comp_dir (Dwfl_Line *line)
dwfl_linecu.c 34 dwfl_linecu (Dwfl_Line *line)
dwfl_linemodule.c 32 dwfl_linemodule (Dwfl_Line *line)
dwfl_onesrcline.c 31 Dwfl_Line *
dwfl_lineinfo.c 33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
dwfl_module_getsrc.c 32 Dwfl_Line *
libdwfl.h 42 typedef struct Dwfl_Line 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 *line, Dwarf_Addr *addr
    [all...]
libdwflP.h 313 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
319 struct Dwfl_Line
326 dwfl_linecu_inline (const Dwfl_Line *line)
ChangeLog 90 functions 'dwarf_line_file', 'dwfl_line', and 'dwfl_line_file' to
    [all...]
  /external/elfutils/tests/
addrscopes.c 33 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);
funcscopes.c 34 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);
line2addr.c 76 Dwfl_Line **lines = NULL;
dwfllines.c 63 Dwfl_Line *line = dwfl_onesrcline (cu, i);
  /external/elfutils/src/
addr2line.c 693 Dwfl_Line *line = dwfl_module_getsrc (mod, addr);
stack.c 299 Dwfl_Line *lineobj = dwfl_module_getsrc(mod, pc_adjusted);
  /external/ltrace/
output.c 610 Dwfl_Line *l = dwfl_module_getsrc(mod, pc);
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 1355 milliseconds