Searched refs:DW_OP_const2u (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp88 case DW_OP_const2u: size = 2; break;
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h86 DW_OP_const2u = 0x0A, // 2-byte constant enumerator in enum:__anon23622
H A DDwarfInstructions.hpp277 case DW_OP_const2u:
/external/libunwind/src/dwarf/
H A DGexpr.c57 [DW_OP_const2u] = OPND1 (VAL16),
334 case DW_OP_const2u:
/external/libunwind/include/
H A Ddwarf.h63 DW_OP_const2u = 0x0a, enumerator in enum:__anon24647
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c337 case DW_OP_const2u:
H A Ddwarf.h333 DW_OP_const2u = 0x0a, /* Unsigned 2-byte constant. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp322 case DW_OP_const2u: return "DW_OP_const2u";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp54 case 0x0a: return "DW_OP_const2u";
322 case DW_OP_const2u: s->Printf("DW_OP_const2u(0x%4.4x) ", m_data.GetU16(&offset)); break; // 0x0a 1 2-byte constant
933 case DW_OP_const2u: // 0x0a 1 2-byte constant
1619 // DW_OP_const2u 2-byte unsigned integer constant
1630 case DW_OP_const2u : stack.push_back(Scalar((uint16_t)opcodes.GetU16 (&offset))); break;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h402 DW_OP_const2u = 0x0a, enumerator in enum:__anon32410
H A Dd3basics.c709 case DW_OP_const2u:
H A Dreaddwarf.c2920 case DW_OP_const2u:
/external/llvm/include/llvm/Support/
H A DDwarf.h382 DW_OP_const2u = 0x0a, enumerator in enum:llvm::dwarf::LocationAtom
/external/elfutils/0.153/src/
H A Dreadelf.c3918 [DW_OP_const2u] = "const2u",
4148 case DW_OP_const2u:

Completed in 1001 milliseconds