Searched refs:addr_offset (Results 1 - 5 of 5) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugLine.cpp | 279 dw_uleb128_t addr_offset = addr_offset_n * prologue.min_inst_length; local 280 log->Printf( "0x%8.8x: DW_LNS_advance_pc (0x%x)", op_offset, addr_offset); 281 row.address += addr_offset; 316 dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; local 317 log->Printf( "0x%8.8x: DW_LNS_const_add_pc (0x%8.8" PRIx64 ")", op_offset, addr_offset); 318 row.address += addr_offset; 363 dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; local 365 log->Printf("0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset); 366 row.address += addr_offset; 747 dw_addr_t addr_offset local 831 dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; local [all...] |
/external/lldb/source/Symbol/ |
H A D | Block.cpp | 298 const addr_t addr_offset = addr.GetOffset(); local 300 if (addr_offset >= func_offset && addr_offset < func_offset + func_range.GetByteSize()) 302 addr_t offset = addr_offset - func_offset; 339 const addr_t addr_offset = addr.GetOffset(); local 341 if (addr_offset >= func_offset && addr_offset < func_offset + func_range.GetByteSize()) 343 addr_t offset = addr_offset - func_offset;
|
/external/lldb/source/API/ |
H A D | SBAddress.cpp | 165 addr_t addr_offset = m_opaque_ap->GetOffset(); local 166 if (addr_offset != LLDB_INVALID_ADDRESS) 168 m_opaque_ap->SetOffset(addr_offset + offset);
|
/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 421 uint64_t addr_offset = local 423 State.Row.Address += addr_offset; 505 uint64_t addr_offset = local 510 State.Row.Address += addr_offset;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_eu.h | 104 GLint addr_offset:10; member in struct:brw_indirect 742 return brw_vec4_indirect(ptr.addr_subnr, ptr.addr_offset + offset); 747 return brw_vec1_indirect(ptr.addr_subnr, ptr.addr_offset + offset); 777 ptr.addr_offset += offset; 785 ptr.addr_offset = offset;
|
Completed in 5792 milliseconds