HomeSort by relevance Sort by last modified time
    Searched refs:VAL8 (Results 1 - 2 of 2) sorted by null

  /external/libunwind/src/dwarf/
Gexpr.c 43 #define VAL8 0x0
55 [DW_OP_const1u] = OPND1 (VAL8),
56 [DW_OP_const1s] = OPND1 (VAL8),
63 [DW_OP_pick] = OPND1 (VAL8),
103 [DW_OP_deref_size] = OPND1 (VAL8),
104 [DW_OP_xderef_size] = OPND1 (VAL8),
136 case 1: operand_type = VAL8; break;
145 case VAL8:
  /external/elfutils/tests/
cleanup-13.c 21 #define VAL8(x) ((x)>>56)&0xff,((x)>>48)&0xff,((x)>>40)&0xff,((x)>>32)&0xff,((x)>>24)&0xff,((x)>>16)&0xff,((x)>>8)&0xff,(x)&0xff
25 #define VAL8(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff,((x)>>32)&0xff,((x)>>40)&0xff,((x)>>48)&0xff,((x)>>56)&0xff
33 #define OP_const8u(x) 0x0e,VAL8(x),
34 #define OP_const8s(x) 0x0f,VAL8(x),

Completed in 92 milliseconds