Searched refs:Dwarf_Lines (Results 1 – 18 of 18) sorted by relevance
/third_party/elfutils/libdw/ |
D | libdw.h | 83 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)
|
D | dwarf_entry_breakpoints.c | 68 Dwarf_Lines *lines, size_t nlines, in search_range() 112 Dwarf_Lines *lines; in dwarf_entry_breakpoints()
|
D | dwarf_onesrcline.c | 38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
|
D | dwarf_linecontext.c | 37 dwarf_linecontext (Dwarf_Lines* lines, Dwarf_Line *line) in dwarf_linecontext()
|
D | dwarf_getsrclines.c | 156 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()
|
D | dwarf_getsrc_die.c | 41 Dwarf_Lines *lines; in dwarf_getsrc_die()
|
D | dwarf_decl_file.c | 62 Dwarf_Lines *lines; in dwarf_decl_file()
|
D | dwarf_getsrcfiles.c | 87 Dwarf_Lines *lines; in dwarf_getsrcfiles()
|
D | dwarf_getsrc_file.c | 68 Dwarf_Lines *lines; in dwarf_getsrc_file()
|
D | dwarf_next_lines.c | 40 Dwarf_Lines **srclines, size_t *nlines) in dwarf_next_lines()
|
D | libdwP.h | 62 Dwarf_Lines *lines; 366 Dwarf_Lines *lines; 995 Dwarf_Lines **linesp, Dwarf_Files **filesp)
|
D | ChangeLog | 3709 * dwarf_getsrc_die.c: Adjust for Dwarf_Files and Dwarf_Lines 3726 prototype. Define Dwarf_Files and Dwarf_Lines.
|
/third_party/elfutils/libdwfl/ |
D | lines.c | 42 Dwarf_Lines *lines; in __libdwfl_cu_getsrclines()
|
D | dwfl_module_getsrc.c | 49 Dwarf_Lines *lines = cu->die.cu->lines; in dwfl_module_getsrc()
|
/third_party/elfutils/tests/ |
D | next-lines.c | 52 Dwarf_Lines *lb; in main()
|
D | get-lines.c | 72 Dwarf_Lines *lb; in main()
|
D | nvidia_extended_linemap_libdw.c | 52 Dwarf_Lines *lb; in main()
|
/third_party/elfutils/src/ |
D | readelf.c | 8204 Dwarf_Lines *lines; in print_decoded_line_section()
|