Searched refs:DW_OP_xderef (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_loc.c177 case DW_OP_xderef:
399 case DW_OP_xderef:
H A Ddwarf.h207 #define DW_OP_xderef 0x18 macro
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp320 case DW_OP_xderef: return "DW_OP_xderef";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp68 case 0x18: return "DW_OP_xderef";
336 case DW_OP_xderef: s->PutCString("DW_OP_xderef"); break; // 0x18
832 case DW_OP_xderef: // 0x18
1577 // DESCRIPTION: Behaves like the DW_OP_xderef operation: the entry at
1596 // OPCODE: DW_OP_xderef
1607 case DW_OP_xderef:
1609 error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef.");
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h408 DW_OP_xderef = 0x18, enumerator in enum:dwarf_location_atom
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h406 DW_OP_xderef = 0x18, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c2833 case DW_OP_xderef:
2834 return "DW_OP_xderef";
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h348 DW_OP_xderef = 0x18, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c666 case DW_OP_xderef:
667 printf ("DW_OP_xderef");
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c6847 case DW_OP_xderef:
6848 return "DW_OP_xderef";

Completed in 289 milliseconds