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.c1217 case DW_OP_bregx: in offset_from_dwarf_op()
1236 case DW_OP_bregx: in check_allowed_ops()
1537 if (ops->atom == DW_OP_bregx && data->reg == ops->number && in die_find_variable_by_reg()
1673 ops->atom == DW_OP_bregx || ops->atom == DW_OP_fbreg) &&
H A Dprobe-finder.c171 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()
H A Dannotate-data.c120 case DW_OP_bregx: in pr_debug_location()