Searched refs:DW_OP_const2s (Results 1 - 16 of 16) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp89 case DW_OP_const2s: size = -2; break;
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h87 DW_OP_const2s = 0x0B, // 2-byte constant enumerator in enum:__anon7842
H A DDwarfInstructions.hpp287 case DW_OP_const2s:
/external/libunwind/src/dwarf/
H A DGexpr.c58 [DW_OP_const2s] = OPND1 (VAL16),
351 case DW_OP_const2s:
/external/libunwind/include/
H A Ddwarf.h64 DW_OP_const2s = 0x0b, enumerator in enum:__anon9098
/external/lldb/source/Expression/
H A DDWARFExpression.cpp55 case 0x0b: return "DW_OP_const2s";
323 case DW_OP_const2s: s->Printf("DW_OP_const2s(0x%4.4x) ", m_data.GetU16(&offset)); break; // 0x0b 1 2-byte constant
934 case DW_OP_const2s: // 0x0b 1 2-byte constant
1620 // DW_OP_const2s 2-byte signed integer constant
1631 case DW_OP_const2s : stack.push_back(Scalar(( int16_t)opcodes.GetU16 (&offset))); break;
/external/elfutils/src/libdw/
H A Ddwarf.h321 DW_OP_const2s = 0x0b, /* Signed 2-byte constant. */ enumerator in enum:__anon4562
H A Ddwarf_getlocation.c352 case DW_OP_const2s:
H A Dknown-dwarf.h428 ONE_KNOWN_DW_OP_DESC (const2s, DW_OP_const2s, "Signed 2-byte constant.") \
/external/elfutils/src/libdwfl/
H A Dframe_unwind.c189 case DW_OP_const2s:
/external/elfutils/src/tests/
H A Dvarlocs.c300 case DW_OP_const2s:
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h343 DW_OP_const2s =0x0b, enumerator in enum:dwarf2reader::DwarfOpcode
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h412 DW_OP_const2s = 0x0b, enumerator in enum:__anon15872
H A Dd3basics.c738 case DW_OP_const2s:
H A Dreaddwarf.c2848 case DW_OP_const2s:
2853 VG_(printf)("DW_OP_const2s: %ld", sw);
/external/elfutils/src/src/
H A Dreadelf.c4075 case DW_OP_const2s:

Completed in 580 milliseconds