Searched refs:debug_loc_offset (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFLocationList.cpp | 74 const dw_offset_t debug_loc_offset = offset; in Size() local 88 if (offset > debug_loc_offset) in Size() 89 return offset - debug_loc_offset; in Size()
|
D | DWARFDebugInfoEntry.cpp | 882 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in GetDIENamesAndRanges() local 884 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges() 887 … frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges() 1144 uint64_t debug_loc_offset = form_value.Unsigned(); in DumpAttribute() local 1149 … DWARFLocationList::Dump(s, cu, dwarf2Data->get_debug_loc_data(), debug_loc_offset); in DumpAttribute() 1525 lldb::offset_t debug_loc_offset = form_value.Unsigned(); in GetAttributeValueAsLocation() local 1529 …eturn DWARFLocationList::Extract(dwarf2Data->get_debug_loc_data(), &debug_loc_offset, location_dat… in GetAttributeValueAsLocation()
|
D | SymbolFileDWARF.cpp | 7328 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in ParseVariableDIE() local 7330 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in ParseVariableDIE() 7333 … location.CopyOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in ParseVariableDIE()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 656 ULong debug_loc_offset, in make_general_GX() argument 671 set_position_of_Cursor( &loc, debug_loc_offset ); in make_general_GX() 674 debug_loc_offset, (ULong)get_DiCursor_from_Cursor(&loc).ioff ); in make_general_GX() 711 debug_loc_offset); in make_general_GX()
|