Searched refs:end_addr_offset (Results 1 – 3 of 3) sorted by relevance
34 unsigned int end_addr_offset = length / opb; in buffer_read_memory() local39 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset) in buffer_read_memory()
686 lldb::addr_t end_addr_offset = m_data.GetAddress(&offset); in GetDescription() local687 if (begin_addr_offset < end_addr_offset) in GetDescription()691 … VMRange addr_range(curr_base_addr + begin_addr_offset, curr_base_addr + end_addr_offset); in GetDescription()699 else if (begin_addr_offset == 0 && end_addr_offset == 0) in GetDescription()709 curr_base_addr = end_addr_offset + location_list_base_addr; in GetDescription()713 *s << "base_addr = " << end_addr_offset; in GetDescription()
1509 dw_offset_t end_addr_offset = DW_INVALID_OFFSET; in GetAttributeValueAsLocation() local1510 …st dw_offset_t attr_offset = GetAttributeValue(dwarf2Data, cu, attr, form_value, &end_addr_offset); in GetAttributeValueAsLocation()1519 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned(); in GetAttributeValueAsLocation()