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

/external/elfutils/src/libdw/
H A Ddwarf_getlocation_die.c58 case DW_OP_call4:
H A Ddwarf_getlocation_attr.c88 case DW_OP_call4:
H A Ddwarf.h463 DW_OP_call4 = 0x99, enumerator in enum:__anon4562
H A Ddwarf_getlocation.c370 case DW_OP_call4:
H A Dknown-dwarf.h423 ONE_KNOWN_DW_OP (call4, DW_OP_call4) \
/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:__anon7842
H A DDwarfInstructions.hpp744 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:__anon9098
/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/elfutils/src/tests/
H A Dvarlocs.c270 case DW_OP_call4:
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h486 DW_OP_call4 =0x99, enumerator in enum:dwarf2reader::DwarfOpcode
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h555 DW_OP_call4 = 0x99, enumerator in enum:__anon15872
/external/elfutils/src/src/
H A Dreadelf.c4169 case DW_OP_call4:

Completed in 228 milliseconds