Searched refs:DW_OP_breg0 (Results 1 – 4 of 4) sorted by relevance
1190 case DW_OP_breg0 ... DW_OP_breg31: in reg_from_dwarf_op()1191 return op->atom - DW_OP_breg0; in reg_from_dwarf_op()1209 case DW_OP_breg0 ... DW_OP_breg31: in offset_from_dwarf_op()1495 if (ops->atom == (DW_OP_breg0 + data->reg) && in __die_find_var_reg_cb()1640 if (((ops->atom >= DW_OP_breg0 && ops->atom <= DW_OP_breg31) || in __die_collect_vars_cb()
162 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location()163 regn = op->atom - DW_OP_breg0; in convert_variable_location()
112 case DW_OP_breg0 ...DW_OP_breg31: in pr_debug_location()114 ops->atom - DW_OP_breg0, (long)ops->number); in pr_debug_location()
119 #define DW_OP_breg0 0x70 macro