Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Ddwarf.h118 #define DW_OP_reg31 0x6f macro
/linux/tools/perf/util/
H A Ddwarf-aux.c1188 case DW_OP_reg0 ... DW_OP_reg31: in reg_from_dwarf_op()
1206 case DW_OP_reg0 ... DW_OP_reg31: in offset_from_dwarf_op()
H A Dannotate-data.c105 case DW_OP_reg0 ...DW_OP_reg31: in pr_debug_location()
1470 case DW_OP_reg0 ... DW_OP_reg31: in find_data_type_die()
H A Dprobe-finder.c153 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location()