Home
last modified time | relevance | path

Searched refs:Dwarf_Lines (Results 1 – 18 of 18) sorted by relevance

/third_party/elfutils/libdw/
Dlibdw.h83 typedef struct Dwarf_Lines_s Dwarf_Lines; typedef
634 extern int dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines,
638 extern Dwarf_Line *dwarf_onesrcline (Dwarf_Lines *lines, size_t idx);
706 extern Dwarf_Line *dwarf_linecontext (Dwarf_Lines *lines, Dwarf_Line *line);
748 Dwarf_Lines **srclines, size_t *nlines)
Ddwarf_entry_breakpoints.c68 Dwarf_Lines *lines, size_t nlines, in search_range()
112 Dwarf_Lines *lines; in dwarf_entry_breakpoints()
Ddwarf_onesrcline.c38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
Ddwarf_linecontext.c37 dwarf_linecontext (Dwarf_Lines* lines, Dwarf_Line *line) in dwarf_linecontext()
Ddwarf_getsrclines.c156 Dwarf_Lines **linesp, Dwarf_Files **filesp) in read_srclines()
1049 size_t buf_size = (sizeof (Dwarf_Lines) in read_srclines()
1051 void *buf = libdw_alloc (dbg, Dwarf_Lines, buf_size, 1); in read_srclines()
1077 Dwarf_Lines *lines = buf; in read_srclines()
1136 Dwarf_Lines **linesp, Dwarf_Files **filesp) in __libdw_getsrclines()
1190 dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines) in dwarf_getsrclines()
Ddwarf_getsrc_die.c41 Dwarf_Lines *lines; in dwarf_getsrc_die()
Ddwarf_decl_file.c62 Dwarf_Lines *lines; in dwarf_decl_file()
Ddwarf_getsrcfiles.c87 Dwarf_Lines *lines; in dwarf_getsrcfiles()
Ddwarf_getsrc_file.c68 Dwarf_Lines *lines; in dwarf_getsrc_file()
Ddwarf_next_lines.c40 Dwarf_Lines **srclines, size_t *nlines) in dwarf_next_lines()
DlibdwP.h62 Dwarf_Lines *lines;
366 Dwarf_Lines *lines;
995 Dwarf_Lines **linesp, Dwarf_Files **filesp)
DChangeLog3709 * dwarf_getsrc_die.c: Adjust for Dwarf_Files and Dwarf_Lines
3726 prototype. Define Dwarf_Files and Dwarf_Lines.
/third_party/elfutils/libdwfl/
Dlines.c42 Dwarf_Lines *lines; in __libdwfl_cu_getsrclines()
Ddwfl_module_getsrc.c49 Dwarf_Lines *lines = cu->die.cu->lines; in dwfl_module_getsrc()
/third_party/elfutils/tests/
Dnext-lines.c52 Dwarf_Lines *lb; in main()
Dget-lines.c72 Dwarf_Lines *lb; in main()
Dnvidia_extended_linemap_libdw.c52 Dwarf_Lines *lb; in main()
/third_party/elfutils/src/
Dreadelf.c8204 Dwarf_Lines *lines; in print_decoded_line_section()