Searched refs:debug_line_offset (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 839 if (t1->debug_line_offset < t2->debug_line_offset) in files_lines_compare() 841 if (t1->debug_line_offset > t2->debug_line_offset) in files_lines_compare() 849 __libdw_getsrclines (Dwarf *dbg, Dwarf_Off debug_line_offset, in __libdw_getsrclines() argument 853 struct files_lines_s fake = { .debug_line_offset = debug_line_offset }; in __libdw_getsrclines() 861 debug_line_offset, 1) != 0) in __libdw_getsrclines() 864 const unsigned char *linep = data->d_buf + debug_line_offset; in __libdw_getsrclines() 874 node->debug_line_offset = debug_line_offset; in __libdw_getsrclines() 930 Dwarf_Off debug_line_offset; in dwarf_getsrclines() local 932 NULL, &debug_line_offset) == NULL) in dwarf_getsrclines() 935 if (__libdw_getsrclines (cu->dbg, debug_line_offset, in dwarf_getsrclines()
|
D | libdwP.h | 65 Dwarf_Off debug_line_offset; member 750 int __libdw_getsrclines (Dwarf *dbg, Dwarf_Off debug_line_offset,
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 189 const uint32_t debug_line_offset = *offset_ptr; in parseStatementTable() local 195 *offset_ptr = debug_line_offset; in parseStatementTable() 199 const uint32_t end_offset = debug_line_offset + prologue->TotalLength + in parseStatementTable()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 249 const uint32_t debug_line_offset = *offset_ptr; in parse() local 255 *offset_ptr = debug_line_offset; in parse() 260 debug_line_offset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 1866 const CUConst* cc, ULong debug_line_offset, in read_filename_table() argument 1882 || cc->escn_debug_line.szB <= debug_line_offset) { in read_filename_table() 1886 init_Cursor( &c, cc->escn_debug_line, debug_line_offset, cc->barf, in read_filename_table()
|