Home
last modified time | relevance | path

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

/third_party/libunwind/src/dwarf/
DGexpr.c43 #define VAL8 0x0 macro
55 [DW_OP_const1u] = OPND1 (VAL8),
56 [DW_OP_const1s] = OPND1 (VAL8),
65 [DW_OP_pick] = OPND1 (VAL8),
105 [DW_OP_deref_size] = OPND1 (VAL8),
106 [DW_OP_xderef_size] = OPND1 (VAL8),
138 case 1: operand_type = VAL8; break; in read_operand()
147 case VAL8: in read_operand()