Home
last modified time | relevance | path

Searched refs:VAL8 (Results 1 – 2 of 2) 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()
/third_party/elfutils/tests/
Dcleanup-13.c21 #define VAL8(x) ((x)>>56)&0xff,((x)>>48)&0xff,((x)>>40)&0xff,((x)>>32)&0xff,((x)>>24)&0xff,((x)>>16… macro
25 #define VAL8(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff,((x)>>32)&0xff,((x)>>40)&0xff,… macro
33 #define OP_const8u(x) 0x0e,VAL8(x),
34 #define OP_const8s(x) 0x0f,VAL8(x),