Searched refs:DRC_DWARFv3 (Results 1 – 3 of 3) sorted by relevance
236 case 0x97: return DRC_DWARFv3 | DRC_ZEROOPERANDS; in DW_OP_value_to_class()237 case 0x98: return DRC_DWARFv3 | DRC_ONEOPERAND; in DW_OP_value_to_class()238 case 0x99: return DRC_DWARFv3 | DRC_ONEOPERAND; in DW_OP_value_to_class()239 case 0x9a: return DRC_DWARFv3 | DRC_ONEOPERAND; in DW_OP_value_to_class()
84 #define DRC_DWARFv3 0x10 macro
62 opcode_class = DW_OP_value_to_class (opcode) & (~DRC_DWARFv3); in print_dwarf_exp_op()