Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/external/google-breakpad/src/processor/
Dfast_source_line_resolver.cc90 MemAddr line_base; in LookupAddress() local
91 if (func->lines.RetrieveRange(address, line_ptr, &line_base, NULL)) { in LookupAddress()
99 frame->source_line_base = frame->module->base_address() + line_base; in LookupAddress()
Dbasic_source_line_resolver.cc211 MemAddr line_base; in LookupAddress() local
212 if (func->lines.RetrieveRange(address, &line, &line_base, NULL)) { in LookupAddress()
218 frame->source_line_base = frame->module->base_address() + line_base; in LookupAddress()
/external/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
/external/v8/src/
Dgdb-jit.cc1444 const int8_t line_base = 1; in WriteBodyInternal() local
1446 const int8_t max_line_incr = (line_base + line_range - 1); in WriteBodyInternal()
1454 w->Write<int8_t>(line_base); // Field line_base. in WriteBodyInternal()
1513 intptr_t special_opcode = (line_diff - line_base) + in WriteBodyInternal()
1522 (line_diff <= max_line_incr) && (line_diff >= line_base)) { in WriteBodyInternal()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h73 int8 line_base; member
Ddwarf2reader.cc560 header_.line_base = *reinterpret_cast<const int8*>(lineptr); in ReadHeader()
637 + header.line_base; in ProcessOneOpcode()
/external/elfutils/libdw/
Ddwarf_getsrclines.c279 int_fast8_t line_base = (int8_t) *linep++; in read_srclines() local
706 int line_increment = (line_base in read_srclines()
/external/elfutils/src/
Dreadelf.c8306 int_fast8_t line_base = *linep++; in print_debug_line_section() local
8332 default_is_stmt, line_base, in print_debug_line_section()
8614 int line_increment = (line_base in print_debug_line_section()