Searched refs:DW_OP_const8s (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp93 case DW_OP_const8s: size = -8; break;
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h91 DW_OP_const8s = 0x0F, // 8-byte constant enumerator in enum:__anon23622
H A DDwarfInstructions.hpp322 case DW_OP_const8s:
/external/libunwind/src/dwarf/
H A DGexpr.c62 [DW_OP_const8s] = OPND1 (VAL64),
338 case DW_OP_const8s:
/external/libunwind/include/
H A Ddwarf.h68 DW_OP_const8s = 0x0f, enumerator in enum:__anon24647
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c376 case DW_OP_const8s:
H A Ddwarf.h338 DW_OP_const8s = 0x0f, /* Signed 8-byte constant. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp327 case DW_OP_const8s: return "DW_OP_const8s";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp59 case 0x0f: return "DW_OP_const8s";
327 case DW_OP_const8s: s->Printf("DW_OP_const8s(0x%16.16" PRIx64 ") ", m_data.GetU64(&offset)); break; // 0x0f 1 8-byte constant
948 case DW_OP_const8s: // 0x0f 1 8-byte constant
1624 // DW_OP_const8s 8-byte signed integer constant
1635 case DW_OP_const8s : stack.push_back(Scalar(( int64_t)opcodes.GetU64 (&offset))); break;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h407 DW_OP_const8s = 0x0f, enumerator in enum:__anon32410
H A Dd3basics.c743 case DW_OP_const8s:
/external/llvm/include/llvm/Support/
H A DDwarf.h387 DW_OP_const8s = 0x0f, enumerator in enum:llvm::dwarf::LocationAtom
/external/elfutils/0.153/src/
H A Dreadelf.c3923 [DW_OP_const8s] = "const8s",
4214 case DW_OP_const8s:

Completed in 83 milliseconds