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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp144 case DW_OP_call4:
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp449 case DW_OP_call4: return "DW_OP_call4";
/freebsd-10.0-release/contrib/llvm/tools/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.");
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h538 DW_OP_call4 = 0x99, enumerator in enum:dwarf_location_atom
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h536 DW_OP_call4 = 0x99, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c3091 case DW_OP_call4:
3092 return "DW_OP_call4";
3234 case DW_OP_call4:
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h477 DW_OP_call4 = 0x99, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c890 case DW_OP_call4:
893 printf ("DW_OP_call4: <%lx>", (long) byte_get (data, 4) + cu_offset);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c7106 case DW_OP_call4:
7107 return "DW_OP_call4";

Completed in 161 milliseconds