HomeSort by relevance Sort by last modified time
    Searched refs:Dwfl_Line (Results 1 - 14 of 14) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_linemodule.c 53 dwfl_linemodule (Dwfl_Line *line)
dwfl_getsrc.c 52 Dwfl_Line *
dwfl_linecu.c 55 dwfl_linecu (Dwfl_Line *line)
dwfl_dwarf_line.c 54 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias)
dwfl_line_comp_dir.c 54 dwfl_line_comp_dir (Dwfl_Line *line)
dwfl_onesrcline.c 52 Dwfl_Line *
libdwfl.h 63 typedef struct Dwfl_Line Dwfl_Line;
503 number of Dwfl_Line entries it has. */
507 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
510 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
511 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
516 Dwfl_Line ***srcsp, size_t *nsrcs);
519 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
522 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
526 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr
    [all...]
dwfl_module_getsrc_file.c 57 Dwfl_Line ***srcsp, size_t *nsrcs)
74 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp;
86 inline Dwarf_Line *dwfl_line (const Dwfl_Line *line) function
90 inline const char *dwfl_line_file (const Dwfl_Line *line)
92 return INTUSE(dwarf_line_file) (dwfl_line (line));
137 && (dwfl_line (match[inner])->line != line->line
138 || dwfl_line (match[inner])->line != lineno
140 && (dwfl_line (match[inner])->column != line->column
141 || dwfl_line (match[inner])->column != column)))
    [all...]
dwfl_lineinfo.c 54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
dwfl_module_getsrc.c 53 Dwfl_Line *
libdwflP.h 227 /* This is what the opaque Dwfl_Line * pointers we pass to users are.
233 struct Dwfl_Line
240 dwfl_linecu_inline (const Dwfl_Line *line)
  /external/elfutils/elfutils/
libdwfl.h 63 typedef struct Dwfl_Line Dwfl_Line;
503 number of Dwfl_Line entries it has. */
507 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
510 extern Dwfl_Line *dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
511 extern Dwfl_Line *dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
516 Dwfl_Line ***srcsp, size_t *nsrcs);
519 extern Dwfl_Module *dwfl_linemodule (Dwfl_Line *line);
522 extern Dwarf_Die *dwfl_linecu (Dwfl_Line *line);
526 extern const char *dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr
    [all...]
  /external/elfutils/0.153/src/
addr2line.c 512 Dwfl_Line *line = dwfl_module_getsrc (mod, addr);
  /external/ltrace/
output.c 610 Dwfl_Line *l = dwfl_module_getsrc(mod, pc);

Completed in 144 milliseconds