Searched refs:line_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-lang.c56 long line_offset; /* Line offset for function */ member in struct:saved_fcn
H A Ddwarf2read.c2128 unsigned int line_offset = DW_UNSND (attr); local
2129 line_header = dwarf_decode_line_header (line_offset, abfd, cu);
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp468 int32_t line_offset = prologue->LineBase + local
470 state.Line += line_offset;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c185 unsigned long line_offset; member in struct:comp_unit
1001 /* It is possible to get a bad value for the line_offset. Validate
1003 if (unit->line_offset >= stash->dwarf_line_size)
1006 unit->line_offset, stash->dwarf_line_size);
1026 line_ptr = stash->dwarf_line_buffer + unit->line_offset;
1994 unit->line_offset = attr.u.val;
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c7921 long line_offset;
8058 line_offset = line_info->dw_line_num - current_line;
8059 line_delta = line_offset - DWARF_LINE_BASE;
8073 dw2_asm_output_data_sleb128 (line_offset, NULL);
8165 line_offset = line_info->dw_line_num - current_line;
8166 line_delta = line_offset - DWARF_LINE_BASE;
8175 dw2_asm_output_data_sleb128 (line_offset, NULL);
7910 long line_offset; local

Completed in 323 milliseconds