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

  /external/elfutils/src/libdw/
dwarf_frame_register.c 84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst,
dwarf_getlocation.c 174 result->atom = DW_OP_plus_uconst;
393 case DW_OP_plus_uconst:
dwarf.h 345 DW_OP_plus_uconst = 0x23, /* Unsigned LEB128 addend. */
known-dwarf.h 493 ONE_KNOWN_DW_OP_DESC (plus_uconst, DW_OP_plus_uconst, "Unsigned LEB128 addend.") \
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 136 case DW_OP_plus_uconst:
  /external/libcxxabi/src/Unwind/
dwarf2.h 111 DW_OP_plus_uconst = 0x23, // ULEB128 addend
DwarfInstructions.hpp 481 case DW_OP_plus_uconst:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 255 EmitOp(dwarf::DW_OP_plus_uconst);
DwarfUnit.cpp 507 DW_OP_plus_uconst <forward_fld_offset>
509 DW_OP_plus_uconst <varName_fld_offset>
573 // DW_OP_plus_uconst ForwardingFieldOffset. Note there's no point in
576 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
586 // DW_OP_plus_uconst varFieldOffset. Again, don't add if it's 0.
588 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 111 DW_OP_plus_uconst = 0x23, // ULEB128 addend
DwarfInstructions.hpp 480 case DW_OP_plus_uconst:
  /external/libunwind/src/dwarf/
Gexpr.c 64 [DW_OP_plus_uconst] = OPND1 (ULEB128),
539 case DW_OP_plus_uconst:
  /external/libunwind/include/
dwarf.h 88 DW_OP_plus_uconst = 0x23,
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 657 case DW_OP_plus_uconst:
    [all...]
priv_d3basics.h 436 DW_OP_plus_uconst = 0x23,
readdwarf.c     [all...]
  /external/lldb/source/Expression/
DWARFExpression.cpp 79 case 0x23: return "DW_OP_plus_uconst";
347 case DW_OP_plus_uconst: // 0x23 1 ULEB128 addend
348 s->Printf("DW_OP_plus_uconst(0x%" PRIx64 ") ", m_data.GetULEB128(&offset));
    [all...]
  /art/compiler/dwarf/
dwarf_constants.h 291 DW_OP_plus_uconst = 0x23,
  /external/elfutils/src/libdwfl/
frame_unwind.c 349 case DW_OP_plus_uconst:
  /external/elfutils/src/tests/
varlocs.c 260 case DW_OP_plus_uconst:
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 367 DW_OP_plus_uconst =0x23,
  /external/linux-tools-perf/src/tools/perf/util/
dwarf-aux.c 299 /* DW_AT_data_member_location should be DW_OP_plus_uconst */
304 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 473 #define DW_OP_plus_uconst 0x23
    [all...]
  /external/elfutils/src/src/
readelf.c     [all...]

Completed in 362 milliseconds