HomeSort by relevance Sort by last modified time
    Searched refs:opcode_base (Results 1 - 10 of 10) sorted by null

  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 71 Elf_Byte opcode_base; member in struct:Dwarf_STMTL_Hdr
460 stmtl_header_.opcode_base = stmtl_hdr->opcode_base;
468 stmtl_header_.opcode_base - 1);
dwarf_cu.cc 544 } else if (op < stmtl_header_.opcode_base) {
619 static_cast<Elf_Word>(255) - stmtl_header_.opcode_base;
679 const Elf_Word adjusted = op - stmtl_header_.opcode_base;
dwarf_defs.h 550 Elf_Byte opcode_base; member in struct:Dwarf_STMTLHdr
555 * corresponds to the opcode whose value is opcode_base - 1. By increasing
556 * opcode_base, and adding elements to this array, new standard opcodes can
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 192 uint_fast8_t opcode_base = *linep++; local
197 if (unlikely (lineendp - linep < opcode_base - 1))
199 linep += opcode_base - 1;
405 if (likely (opcode >= opcode_base))
411 + (line_range * address advance) + opcode_base
414 + (opcode - opcode_base) % line_range);
418 advance_pc ((opcode - opcode_base) / line_range);
618 advance_pc ((255 - opcode_base) / line_range);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp 315 uint8_t adjust_opcode = 255 - prologue.opcode_base;
347 if (opcode < prologue.opcode_base)
362 uint8_t adjust_opcode = opcode - prologue.opcode_base;
424 prologue->opcode_base = debug_line_data.GetU8(offset_ptr);
426 prologue->standard_opcode_lengths.reserve(prologue->opcode_base-1);
428 for (i=1; i<prologue->opcode_base; ++i)
487 const uint8_t opcode_base = debug_line_data.GetU8(&offset); local
488 offset += opcode_base - 1;
684 else if (opcode < prologue->opcode_base)
746 uint8_t adjust_opcode = 255 - prologue->opcode_base;
    [all...]
DWARFDebugLine.h 64 opcode_base(0),
80 uint8_t opcode_base; // The number assigned to the first special opcode. member in struct:DWARFDebugLine::Prologue
95 total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base = 0;
  /external/oprofile/opjitconv/
debug_line.c 102 ubyte opcode_base; member in struct:debug_line_header
297 default_debug_line_header.opcode_base;
  /external/chromium_org/v8/src/
gdb-jit.cc 1439 const uint8_t opcode_base = DW_LNS_NEGATE_STMT + 1; local
    [all...]
  /external/elfutils/0.153/src/
readelf.c 6060 uint_fast8_t opcode_base = *linep++; local
6078 line_range, opcode_base); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 1584 UChar opcode_base; local
    [all...]

Completed in 686 milliseconds