Home
last modified time | relevance | path

Searched refs:debug_line_offset (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getsrclines.c839 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()
DlibdwP.h65 Dwarf_Off debug_line_offset; member
750 int __libdw_getsrclines (Dwarf *dbg, Dwarf_Off debug_line_offset,
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp189 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/
DDWARFDebugLine.cpp249 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/
Dreaddwarf3.c1866 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()