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.c84 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.c1193 case DW_OP_bregx: in reg_from_dwarf_op()
1212 case DW_OP_bregx: in offset_from_dwarf_op()
1509 if (ops->atom == DW_OP_bregx && data->reg == ops->number && in __die_find_var_reg_cb()
1641 ops->atom == DW_OP_bregx || ops->atom == DW_OP_fbreg) && in __die_collect_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()