Searched refs:DW_OP_const4u (Results 1 - 15 of 15) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp90 case DW_OP_const4u: size = 4; break;
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h88 DW_OP_const4u = 0x0C, // 4-byte constant enumerator in enum:__anon23622
H A DDwarfInstructions.hpp295 case DW_OP_const4u:
/external/libunwind/src/dwarf/
H A DGexpr.c59 [DW_OP_const4u] = OPND1 (VAL32),
335 case DW_OP_const4u:
/external/libunwind/include/
H A Ddwarf.h65 DW_OP_const4u = 0x0c, enumerator in enum:__anon24647
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c354 case DW_OP_const4u:
H A Ddwarf.h335 DW_OP_const4u = 0x0c, /* Unsigned 4-byte constant. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp324 case DW_OP_const4u: return "DW_OP_const4u";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp56 case 0x0c: return "DW_OP_const4u";
324 case DW_OP_const4u: s->Printf("DW_OP_const4u(0x%8.8x) ", m_data.GetU32(&offset)); break; // 0x0c 1 4-byte constant
941 case DW_OP_const4u: // 0x0c 1 4-byte constant
1621 // DW_OP_const4u 4-byte unsigned integer constant
1632 case DW_OP_const4u : stack.push_back(Scalar((uint32_t)opcodes.GetU32 (&offset))); break;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h404 DW_OP_const4u = 0x0c, enumerator in enum:__anon32410
H A Dd3basics.c714 case DW_OP_const4u:
H A Dreaddwarf.c2928 case DW_OP_const4u:
/external/llvm/include/llvm/Support/
H A DDwarf.h384 DW_OP_const4u = 0x0c, enumerator in enum:llvm::dwarf::LocationAtom
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1617 PointerSize == 4 ? dwarf::DW_OP_const4u : dwarf::DW_OP_const8u);
/external/elfutils/0.153/src/
H A Dreadelf.c3920 [DW_OP_const4u] = "const4u",
4159 case DW_OP_const4u:

Completed in 237 milliseconds