Searched refs:debug_loc_offset (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationList.cpp74 const dw_offset_t debug_loc_offset = offset; local
88 if (offset > debug_loc_offset)
89 return offset - debug_loc_offset;
H A DDWARFDebugInfoEntry.cpp882 const dw_offset_t debug_loc_offset = form_value.Unsigned();
884 size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset);
887 frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length);
1144 uint64_t debug_loc_offset = form_value.Unsigned();
1149 DWARFLocationList::Dump(s, cu, dwarf2Data->get_debug_loc_data(), debug_loc_offset);
1525 lldb::offset_t debug_loc_offset = form_value.Unsigned();
1529 return DWARFLocationList::Extract(dwarf2Data->get_debug_loc_data(), &debug_loc_offset, location_data);
H A DSymbolFileDWARF.cpp7328 const dw_offset_t debug_loc_offset = form_value.Unsigned(); local
7330 size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset);
7333 location.CopyOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c517 /* Parse the location list starting at img-offset 'debug_loc_offset'
623 ULong debug_loc_offset,
638 set_position_of_Cursor( &loc, debug_loc_offset );
640 TRACE_D3("make_general_GX (.debug_loc_offset = %llu, ioff = %llu) {\n",
641 debug_loc_offset, (ULong)get_DiCursor_from_Cursor(&loc).ioff );
678 debug_loc_offset);
621 make_general_GX( CUConst* cc, Bool td3, ULong debug_loc_offset, Addr svma_of_referencing_CU ) argument

Completed in 160 milliseconds