/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugLine.h | 62 line_base(0), 78 int8_t line_base; // This parameter affects the meaning of the special opcodes. See below. member in struct:DWARFDebugLine::Prologue 89 int32_t MaxLineIncrementForSpecialOpcode() const { return line_base + (int8_t)line_range - 1; } 95 total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base = 0; 96 line_base = 0;
|
DWARFDebugLine.cpp | 364 int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); 422 prologue->line_base = debug_line_data.GetU8(offset_ptr); [all...] |
/external/google-breakpad/src/processor/ |
fast_source_line_resolver.cc | 90 MemAddr line_base; local 91 if (func->lines.RetrieveRange(address, line_ptr, &line_base, NULL)) { 99 frame->source_line_base = frame->module->base_address() + line_base;
|
basic_source_line_resolver.cc | 211 MemAddr line_base; local 212 if (func->lines.RetrieveRange(address, &line, &line_base, NULL)) { 218 frame->source_line_base = frame->module->base_address() + line_base;
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_cu.h | 65 Elf_Sbyte line_base; member in struct:Dwarf_STMTL_Hdr 458 stmtl_header_.line_base = stmtl_hdr->line_base;
|
dwarf_defs.h | 544 Elf_Sbyte line_base; member in struct:Dwarf_STMTLHdr
|
dwarf_cu.cc | 688 state.line_ += stmtl_header_.line_base +
|
/external/elfutils/src/libdw/ |
dwarf_getsrclines.c | 156 int_fast8_t line_base = (int8_t) *linep++; local 392 opcode = (desired line increment - line_base) 395 int line_increment = (line_base
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader.h | 73 int8 line_base; member in struct:dwarf2reader::LineInfoHeader [all...] |
dwarf2reader.cc | 560 header_.line_base = *reinterpret_cast<const int8*>(lineptr); 637 + header.line_base; [all...] |
/external/v8/src/ |
gdb-jit.cc | 1436 const int8_t line_base = 1; local [all...] |
/external/elfutils/src/src/ |
readelf.c | 6435 int_fast8_t line_base = *((const int_fast8_t *) linep); local 6459 "is_stmt", default_is_stmt, line_base, local [all...] |