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

  /art/compiler/debug/
elf_compilation_unit.h 29 size_t debug_line_offset = 0; member in struct:art::debug::ElfCompilationUnit
elf_debug_line_writer.h 62 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetSize();
elf_debug_info_writer.h 134 info_.WriteSecOffset(DW_AT_stmt_list, compilation_unit.debug_line_offset);
  /external/elfutils/libdw/
dwarf_getsrclines.c 839 if (t1->debug_line_offset < t2->debug_line_offset)
841 if (t1->debug_line_offset > t2->debug_line_offset)
849 __libdw_getsrclines (Dwarf *dbg, Dwarf_Off debug_line_offset,
853 struct files_lines_s fake = { .debug_line_offset = debug_line_offset };
861 debug_line_offset, 1) != 0)
864 const unsigned char *linep = data->d_buf + debug_line_offset;
874 node->debug_line_offset = debug_line_offset
930 Dwarf_Off debug_line_offset; local
    [all...]
libdwP.h 65 Dwarf_Off debug_line_offset; member in struct:files_lines_s
745 /* Load .debug_line unit at DEBUG_LINE_OFFSET. COMP_DIR is a value of
750 int __libdw_getsrclines (Dwarf *dbg, Dwarf_Off debug_line_offset,
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 189 const uint32_t debug_line_offset = *offset_ptr; local
195 *offset_ptr = debug_line_offset;
199 const uint32_t end_offset = debug_line_offset + prologue->TotalLength +
  /art/compiler/debug/dwarf/
headers.h 162 size_t debug_line_offset, // offset from start of .debug_line.
200 debug_line_patches->push_back(debug_line_offset + opcodes_offset + patch_location);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 249 const uint32_t debug_line_offset = *offset_ptr; local
255 *offset_ptr = debug_line_offset;
260 debug_line_offset + Prologue.TotalLength + Prologue.sizeofTotalLength();
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c     [all...]

Completed in 246 milliseconds