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

  /external/elfutils/tests/
cleanup-13.c 15 #define SLEB128(x) (x)&0x7f /* Assume here the value is -0x40 ... 0x3f. */
36 #define OP_consts(x) 0x11,SLEB128(x),
131 #define OP_breg0(x) 0x70,SLEB128(x),
132 #define OP_breg1(x) 0x71,SLEB128(x),
133 #define OP_breg2(x) 0x72,SLEB128(x),
134 #define OP_breg3(x) 0x73,SLEB128(x),
135 #define OP_breg4(x) 0x74,SLEB128(x),
136 #define OP_breg5(x) 0x75,SLEB128(x),
137 #define OP_breg6(x) 0x76,SLEB128(x),
138 #define OP_breg7(x) 0x77,SLEB128(x)
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 48 #define SLEB128 0x5
67 [DW_OP_breg0 + 0] = OPND1 (SLEB128),
68 [DW_OP_breg0 + 1] = OPND1 (SLEB128),
69 [DW_OP_breg0 + 2] = OPND1 (SLEB128),
70 [DW_OP_breg0 + 3] = OPND1 (SLEB128),
71 [DW_OP_breg0 + 4] = OPND1 (SLEB128),
72 [DW_OP_breg0 + 5] = OPND1 (SLEB128),
73 [DW_OP_breg0 + 6] = OPND1 (SLEB128),
74 [DW_OP_breg0 + 7] = OPND1 (SLEB128),
75 [DW_OP_breg0 + 8] = OPND1 (SLEB128),
    [all...]

Completed in 188 milliseconds