Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A 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-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp612 addr_t end_addr_offset = LLDB_INVALID_ADDRESS; in GetDescription() local
614 begin_addr_offset, end_addr_offset)) in GetDescription()
617 if (begin_addr_offset == 0 && end_addr_offset == 0) in GetDescription()
620 if (begin_addr_offset < end_addr_offset) { in GetDescription()
624 curr_base_addr + end_addr_offset); in GetDescription()
636 curr_base_addr = end_addr_offset + location_list_base_addr; in GetDescription()
640 *s << "base_addr = " << end_addr_offset; in GetDescription()