Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Ddwarf.h119 #define DW_OP_breg0 0x70 macro
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c267 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location()
268 regn = op->atom - DW_OP_breg0; in convert_variable_location()