Home
last modified time | relevance | path

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

/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/elfutils/libdw/
Ddwarf_getsrclines.c265 int_fast8_t line_base = (int8_t) *linep++; in read_srclines() local
454 int line_increment = (line_base in read_srclines()
/external/v8/src/
Dgdb-jit.cc1480 const int8_t line_base = 1; in WriteBodyInternal() local
1482 const int8_t max_line_incr = (line_base + line_range - 1); in WriteBodyInternal()
1490 w->Write<int8_t>(line_base); // Field line_base. in WriteBodyInternal()
1550 intptr_t special_opcode = (line_diff - line_base) + in WriteBodyInternal()
1559 (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/src/
Dreadelf.c6541 int_fast8_t line_base = *((const int_fast8_t *) linep); in print_debug_line_section() local
6565 "is_stmt", default_is_stmt, line_base, in print_debug_line_section()
6724 int line_increment = (line_base in print_debug_line_section()