Lines Matching refs:addr_offset
279 dw_uleb128_t addr_offset = addr_offset_n * prologue.min_inst_length; in DumpStatementOpcodes() local
280 log->Printf( "0x%8.8x: DW_LNS_advance_pc (0x%x)", op_offset, addr_offset); in DumpStatementOpcodes()
281 row.address += addr_offset; in DumpStatementOpcodes()
316 … dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes() local
317 … log->Printf( "0x%8.8x: DW_LNS_const_add_pc (0x%8.8" PRIx64 ")", op_offset, addr_offset); in DumpStatementOpcodes()
318 row.address += addr_offset; in DumpStatementOpcodes()
363 … dw_addr_t addr_offset = (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes() local
365 …"0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset); in DumpStatementOpcodes()
366 row.address += addr_offset; in DumpStatementOpcodes()
747 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable() local
748 state.address += addr_offset; in ParseStatementTable()
831 … dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable() local
834 state.address += addr_offset; in ParseStatementTable()