Home
last modified time | relevance | path

Searched refs:line_base (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugLine.h63 line_base(0), in Prologue()
80 …int8_t line_base; // This parameter affects the meaning of the special opcodes. See belo… member
87 … int32_t MaxLineIncrementForSpecialOpcode() const { return line_base + (int8_t)line_range - 1; } in MaxLineIncrementForSpecialOpcode()
93 …total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base … in Clear()
94 line_base = 0; in Clear()
HDDWARFDebugLine.cpp370 … int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); in DumpStatementOpcodes()
432 prologue->line_base = debug_line_data.GetU8(offset_ptr); in ParsePrologue()
820 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable()
890 log->Printf( " line_base: %i", line_base); in Dump()
/NextBSD/contrib/gcclibs/libcpp/
HDdirectives-only.c52 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_preprocess_dir_only()
102 buffer->line_base -= col - 1; in _cpp_preprocess_dir_only()
HDinternal.h64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base)
255 const unsigned char *line_base; /* Start of current physical line. */ member
HDtraditional.c277 buffer->line_base = start; in _cpp_overlay_buffer()
289 buffer->line_base = pfile->saved_line_base; in _cpp_remove_overlay()
HDlex.c108 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_clean_line()
293 buffer->line_base = note->pos; in _cpp_process_line_notes()
368 cols = buffer->next_line - buffer->line_base; in _cpp_skip_block_comment()
/NextBSD/contrib/binutils/bfd/
HDcoffgen.c2038 unsigned int line_base; in coff_find_nearest_line() local
2149 line_base = sec_data->line_base; in coff_find_nearest_line()
2154 line_base = 0; in coff_find_nearest_line()
2188 line_base = a->x_sym.x_misc.x_lnsz.x_lnno; in coff_find_nearest_line()
2189 *line_ptr = line_base; in coff_find_nearest_line()
2197 *line_ptr = l->line_number + line_base - 1; in coff_find_nearest_line()
2229 sec_data->line_base = line_base; in coff_find_nearest_line()
HDlibcoff-in.h196 int line_base; member
HDdwarf2.c48 int line_base; member
1057 lh.line_base = read_1_signed_byte (abfd, line_ptr); in decode_line_info()
1167 line += lh.line_base + (adj_opcode % lh.line_range); in decode_line_info()
HDlibcoff.h200 int line_base; member
HDChangeLog-94951672 function, and line_base fields.
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c121 char line_base; member
273 int line_base; member
5243 lh->line_base = read_1_signed_byte (abfd, line_ptr); in dwarf_decode_line_header()
5397 line += lh->line_base + (adj_opcode % lh->line_range); in dwarf_decode_lines()
/NextBSD/contrib/binutils/gas/
HDChangeLog-92954554 (obj_coff_line): Only reset line_base for .bf symbols.
6763 this_base, not line_base. (Patch from Andreas Arens,
7308 (coff_line_base): Renamed from line_base. Changed all uses.
/NextBSD/contrib/gcc/
HDChangeLog-200014235 (cpp_push_buffer): Set line_base and lineno in new buffer.
27449 (cpp_push_buffer): Set line_base to NULL.
29612 line or line_base except via find_position.
HDChangeLog-200215743 (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base.
21242 * cpptrad.c (handle_newline): Update line_base.
HDChangeLog-199916360 (finclude): Set fp->line_base to fp->buf before returning.