Home
last modified time | relevance | path

Searched refs:DW_OP_breg0 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Ddwarf-aux.c1190 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()
H A Dprobe-finder.c162 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()
H A Dannotate-data.c112 case DW_OP_breg0 ...DW_OP_breg31: in pr_debug_location()
114 ops->atom - DW_OP_breg0, (long)ops->number); in pr_debug_location()
/linux/arch/sh/include/asm/
H A Ddwarf.h119 #define DW_OP_breg0 0x70 macro