Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/sh/include/asm/
H A Ddwarf.h153 #define DW_OP_bregx 0x92 macro
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c273 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()