Searched refs:loc_list_length (Results 1 – 3 of 3) sorted by relevance
60 size_t loc_list_length = Size(debug_loc_data, *offset_ptr); in Extract() local61 if (loc_list_length > 0) in Extract()63 location_list_data.SetData(debug_loc_data, *offset_ptr, loc_list_length); in Extract()64 *offset_ptr += loc_list_length; in Extract()
884 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges() local885 if (loc_list_length > 0) in GetDIENamesAndRanges()887 … frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()
7330 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in ParseVariableDIE() local7331 if (loc_list_length > 0) in ParseVariableDIE()7333 … location.CopyOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in ParseVariableDIE()