OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLEB128
(Results
1 - 6
of
6
) 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
...]
/prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go
230
DW_OP_consts = 0x11 // 1
SLEB128
constant
266
DW_OP_breg31 = 0x8f // 1
SLEB128
offset base register 0..31 = (DW_OP_breg0 + regnum)
268
DW_OP_fbreg = 0x91 // 1
SLEB128
offset
269
DW_OP_bregx = 0x92 // 2 ULEB128 register followed by
SLEB128
offset
469
DW_CFA_offset_extended_sf = 0x11 // ULEB128 register,
SLEB128
offset
470
DW_CFA_def_cfa_sf = 0x12 // ULEB128 register,
SLEB128
offset
471
DW_CFA_def_cfa_offset_sf = 0x13 //
SLEB128
offset
473
DW_CFA_val_offset_sf = 0x15 // ULEB128,
SLEB128
/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go
230
DW_OP_consts = 0x11 // 1
SLEB128
constant
266
DW_OP_breg31 = 0x8f // 1
SLEB128
offset base register 0..31 = (DW_OP_breg0 + regnum)
268
DW_OP_fbreg = 0x91 // 1
SLEB128
offset
269
DW_OP_bregx = 0x92 // 2 ULEB128 register followed by
SLEB128
offset
469
DW_CFA_offset_extended_sf = 0x11 // ULEB128 register,
SLEB128
offset
470
DW_CFA_def_cfa_sf = 0x12 // ULEB128 register,
SLEB128
offset
471
DW_CFA_def_cfa_offset_sf = 0x13 //
SLEB128
offset
473
DW_CFA_val_offset_sf = 0x15 // ULEB128,
SLEB128
/prebuilts/go/darwin-x86/src/debug/dwarf/
const.go
429
opFbreg = 0x91 /* 1 op,
SLEB128
offset */
430
opBregx = 0x92 /* 2 op, ULEB128 reg;
SLEB128
off */
/prebuilts/go/linux-x86/src/debug/dwarf/
const.go
429
opFbreg = 0x91 /* 1 op,
SLEB128
offset */
430
opBregx = 0x92 /* 2 op, ULEB128 reg;
SLEB128
off */
Completed in 309 milliseconds