Searched refs:DW_OP_call4 (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp144 case DW_OP_call4:
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h229 DW_OP_call4 = 0x99, // 4-byte offset of DIE enumerator in enum:__anon23622
H A DDwarfInstructions.hpp743 case DW_OP_call4:
/external/libunwind/src/dwarf/
H A DGexpr.c106 [DW_OP_call4] = OPND1 (VAL32),
632 case DW_OP_call4:
/external/libunwind/include/
H A Ddwarf.h134 DW_OP_call4 = 0x99, enumerator in enum:__anon24647
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c362 case DW_OP_call4:
H A Ddwarf.h476 DW_OP_call4 = 0x99, enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp465 case DW_OP_call4: return "DW_OP_call4";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp197 case 0x99: return "DW_OP_call4";
572 case DW_OP_call4: // 0x99 DWARF3 1 4-byte offset of DIE
573 s->Printf("DW_OP_call4(0x%8.8x)", m_data.GetU32(&offset));
943 case DW_OP_call4: // 0x99 1 4-byte offset of DIE (DWARF3)
2594 // OPCODE: DW_OP_call4
2598 // expression. For DW_OP_call4, the operand is a 4-byte unsigned offset
2601 // Operand interpretation DW_OP_call4 is exactly like that for
2615 case DW_OP_call4:
2617 error_ptr->SetErrorString ("Unimplemented opcode DW_OP_call4.");
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h546 DW_OP_call4 = 0x99, enumerator in enum:__anon32410
/external/llvm/include/llvm/Support/
H A DDwarf.h525 DW_OP_call4 = 0x99, enumerator in enum:llvm::dwarf::LocationAtom
/external/elfutils/0.153/src/
H A Dreadelf.c4061 [DW_OP_call4] = "call4",
4284 case DW_OP_call4:

Completed in 8198 milliseconds