Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp503 size_t line_offset = GetLineOffset(line); in PeekLineData() local
504 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData()
505 return (const char *)m_data_sp->GetBytes() + line_offset; in PeekLineData()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c155 unsigned long line_offset; member
934 if (unit->line_offset >= stash->dwarf_line_size) in decode_line_info()
937 unit->line_offset, stash->dwarf_line_size); in decode_line_info()
957 line_ptr = stash->dwarf_line_buffer + unit->line_offset; in decode_line_info()
1525 unit->line_offset = attr.u.val; in parse_comp_unit()
H A DChangeLog-00018774 (decode_line_info): Set it. Report error if unit->line_offset is
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c183 unsigned long line_offset; member
977 if (unit->line_offset >= stash->dwarf_line_size) in decode_line_info()
980 unit->line_offset, stash->dwarf_line_size); in decode_line_info()
1000 line_ptr = stash->dwarf_line_buffer + unit->line_offset; in decode_line_info()
1972 unit->line_offset = attr.u.val; in parse_comp_unit()
H A DChangeLog-00018774 (decode_line_info): Set it. Report error if unit->line_offset is
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1427 int32_t line_offset = 0; in ParseInlineSite() local
1446 line_offset += line_delta; in ParseInlineSite()
1448 cur_line_offset = line_offset; in ParseInlineSite()
1450 next_line_offset = line_offset; in ParseInlineSite()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Df-lang.c56 long line_offset; /* Line offset for function */ member
H A Ddwarf2read.c486 unsigned int line_offset; member
1373 lh = dwarf_decode_line_header (pdi->line_offset, abfd, cu); in dwarf2_build_include_psymtabs()
2811 unsigned int line_offset = DW_UNSND (attr); in read_file_scope() local
2812 line_header = dwarf_decode_line_header (line_offset, abfd, cu); in read_file_scope()
5412 part_die->line_offset = DW_UNSND (&attr); in read_partial_die()
H A DChangeLog6928 (partial_die_info): New field has_stmt_list. New field line_offset.
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp142 llvm::DWARFDebugLine &line, dw_offset_t line_offset, in ParseLLVMLineTable() argument
150 data, line_offset, ctx, nullptr, [&](llvm::Error e) { in ParseLLVMLineTable()
166 dw_offset_t line_offset, in ParseLLVMLineTablePrologue() argument
172 uint64_t offset = line_offset; in ParseLLVMLineTablePrologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c7419 long line_offset; in output_line_info() local
7550 line_offset = line_info->dw_line_num - current_line; in output_line_info()
7551 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
7565 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()
7658 line_offset = line_info->dw_line_num - current_line; in output_line_info()
7659 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
7668 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c7869 long line_offset; in output_line_info() local
8006 line_offset = line_info->dw_line_num - current_line; in output_line_info()
8007 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
8021 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()
8113 line_offset = line_info->dw_line_num - current_line; in output_line_info()
8114 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
8123 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()