Home
last modified time | relevance | path

Searched refs:end_addr_offset (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Expression/
DDWARFExpression.cpp674 lldb::addr_t end_addr_offset = m_data.GetAddress(&offset); in GetDescription() local
675 if (begin_addr_offset < end_addr_offset) in GetDescription()
679 … VMRange addr_range(curr_base_addr + begin_addr_offset, curr_base_addr + end_addr_offset); in GetDescription()
687 else if (begin_addr_offset == 0 && end_addr_offset == 0) in GetDescription()
697 curr_base_addr = end_addr_offset + location_list_base_addr; in GetDescription()
701 *s << "base_addr = " << end_addr_offset; in GetDescription()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1507 dw_offset_t end_addr_offset = DW_INVALID_OFFSET; in GetAttributeValueAsLocation() local
1508 …st dw_offset_t attr_offset = GetAttributeValue(dwarf2Data, cu, attr, form_value, &end_addr_offset); in GetAttributeValueAsLocation()
1517 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned(); in GetAttributeValueAsLocation()