Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Ddwarf.h42 #define DW_OP_plus_uconst 0x23 macro
/linux/tools/perf/util/
H A Ddwarf-aux.c440 /* DW_AT_data_member_location should be DW_OP_plus_uconst */ in die_get_data_member_location()
445 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()