Home
last modified time | relevance | path

Searched refs:DW_OP_breg31 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/sh/include/asm/
Ddwarf.h150 #define DW_OP_breg31 0x8f macro
/linux-6.12.1/tools/perf/util/
Ddwarf-aux.c1191 case DW_OP_breg0 ... DW_OP_breg31: in reg_from_dwarf_op()
1210 case DW_OP_breg0 ... DW_OP_breg31: in offset_from_dwarf_op()
Dannotate-data.c108 case DW_OP_breg0 ...DW_OP_breg31: in pr_debug_location()
Dprobe-finder.c149 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location()