Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/opcodes/
Ddis-buf.c34 unsigned int end_addr_offset = length / opb; in buffer_read_memory() local
39 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset) in buffer_read_memory()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DDWARFExpression.cpp686 lldb::addr_t end_addr_offset = m_data.GetAddress(&offset); in GetDescription() local
687 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()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1509 dw_offset_t end_addr_offset = DW_INVALID_OFFSET; in GetAttributeValueAsLocation() local
1510 …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()