Home
last modified time | relevance | path

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

/third_party/libunwind/src/dwarf/
DGexpr.c45 #define VAL32 0x2 macro
59 [DW_OP_const4u] = OPND1 (VAL32),
60 [DW_OP_const4s] = OPND1 (VAL32),
108 [DW_OP_call4] = OPND1 (VAL32),
140 case 4: operand_type = VAL32; break; in read_operand()
161 case VAL32: in read_operand()