Home
last modified time | relevance | path

Searched refs:DW_OP_bregx (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c76 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/linux/arch/sh/include/asm/
H A Ddwarf.h153 #define DW_OP_bregx 0x92 macro
/linux/tools/perf/util/
H A Ddwarf-aux.c1220 case DW_OP_bregx: in check_allowed_ops()
1239 case DW_OP_bregx: in check_allowed_ops()
1540 if (ops->atom == DW_OP_bregx && data->reg == ops->number && in die_find_variable_by_reg()
1676 ops->atom == DW_OP_bregx || ops->atom == DW_OP_fbreg) && in __die_collect_global_vars_cb()
H A Dprobe-finder.c168 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()
H A Dannotate-data.c119 case DW_OP_bregx: in pr_debug_location()