Searched refs:DW_OP_xderef_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp134 case DW_OP_xderef_size:
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_loc.c210 case DW_OP_xderef_size:
432 case DW_OP_xderef_size:
H A Ddwarf.h332 #define DW_OP_xderef_size 0x95 macro
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp445 case DW_OP_xderef_size: return "DW_OP_xderef_size";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp193 case 0x95: return "DW_OP_xderef_size";
564 case DW_OP_xderef_size: // 0x95 1 1-byte size of data retrieved
565 s->Printf("DW_OP_xderef_size(0x%2.2x)", m_data.GetU8(&offset));
929 case DW_OP_xderef_size: // 0x95 1 1-byte size of data retrieved
1574 // OPCODE: DW_OP_xderef_size
1583 // stack top. In the DW_OP_xderef_size operation, however, the size in
1591 case DW_OP_xderef_size:
1593 error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef_size.");
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h533 DW_OP_xderef_size = 0x95, enumerator in enum:dwarf_location_atom
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h531 DW_OP_xderef_size = 0x95, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c3083 case DW_OP_xderef_size:
3084 return "DW_OP_xderef_size";
3228 case DW_OP_xderef_size:
3393 case DW_OP_xderef_size:
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h473 DW_OP_xderef_size = 0x95, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c873 case DW_OP_xderef_size:
874 printf ("DW_OP_xderef_size: %ld", (long) byte_get (data++, 1));
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c7097 case DW_OP_xderef_size:
7098 return "DW_OP_xderef_size";

Completed in 180 milliseconds