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

/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_loc.c193 case DW_OP_xor:
415 case DW_OP_xor:
H A Ddwarf.h222 #define DW_OP_xor 0x27 macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2expr.c549 case DW_OP_xor:
603 case DW_OP_xor:
H A Ddwarf2read.c6877 case DW_OP_xor:
6878 return "DW_OP_xor";
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp338 case DW_OP_xor: return "DW_OP_xor";
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp85 case 0x27: return "DW_OP_xor";
363 case DW_OP_xor: s->PutCString("DW_OP_xor"); break; // 0x27
858 case DW_OP_xor: // 0x27
2118 // OPCODE: DW_OP_xor
2123 case DW_OP_xor:
2127 error_ptr->SetErrorString("Expression stack needs at least 2 items for DW_OP_xor.");
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h423 DW_OP_xor = 0x27, enumerator in enum:dwarf_location_atom
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h428 DW_OP_xor = 0x27, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c733 case DW_OP_xor:
781 case DW_OP_xor:
H A Ddwarf2out.c2867 case DW_OP_xor:
2868 return "DW_OP_xor";
9361 op = DW_OP_xor;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h394 DW_OP_xor = 0x27, enumerator in enum:llvm::dwarf::LocationAtom
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c713 case DW_OP_xor:
714 printf ("DW_OP_xor");

Completed in 286 milliseconds