Home | History | Annotate | Download | only in DWARF

Lines Matching defs:line_offset

287                     dw_sleb128_t line_offset = debug_line_data.GetSLEB128(&offset);
288 log->Printf( "0x%8.8x: DW_LNS_advance_line (%i)", op_offset, line_offset);
289 row.line += line_offset;
364 int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range);
365 log->Printf("0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset);
367 row.line += line_offset;
832 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range);
833 state.line += line_offset;