Home
last modified time | relevance | path

Searched refs:DW_OP_xor (Results 1 – 13 of 13) sorted by relevance

/trueos/lib/libdwarf/
HDdwarf_loc.c193 case DW_OP_xor: in dwarf_op_num()
415 case DW_OP_xor: in dwarf_loc_fill()
HDdwarf.h222 #define DW_OP_xor 0x27 macro
/trueos/contrib/gdb/gdb/
HDdwarf2expr.c548 case DW_OP_xor: in execute_stack_op()
604 case DW_OP_xor: in execute_stack_op()
HDdwarf2read.c6877 case DW_OP_xor: in dwarf_stack_op_name()
/trueos/contrib/binutils/include/elf/
HDdwarf2.h423 DW_OP_xor = 0x27, enumerator
/trueos/contrib/gcc/
HDdwarf2.h428 DW_OP_xor = 0x27, enumerator
HDunwind-dw2.c729 case DW_OP_xor: in execute_stack_op()
777 case DW_OP_xor: in execute_stack_op()
HDdwarf2out.c2865 case DW_OP_xor: in dwarf_stack_op_name()
9349 op = DW_OP_xor; in loc_descriptor_from_tree_1()
HDChangeLog-200533324 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
/trueos/contrib/llvm/lib/Support/
HDDwarf.cpp338 case DW_OP_xor: return "DW_OP_xor"; in OperationEncodingString()
/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h394 DW_OP_xor = 0x27, enumerator
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp363 …case DW_OP_xor: s->PutCString("DW_OP_xor"); break; // 0… in DumpLocation()
858 case DW_OP_xor: // 0x27 in GetOpcodeDataSize()
2123 case DW_OP_xor: in Evaluate()
/trueos/contrib/binutils/binutils/
HDdwarf.c713 case DW_OP_xor: in decode_location_expression()