Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/vdso32/
Dsigtramp.S47 .uleb128 9f - 1f; /* length */ \
51 .byte 0x23; .uleb128 RSIZE; /* DW_OP_plus_uconst */ \
59 .uleb128 regno; /* regno */ \
60 .uleb128 9f - 1f; /* length */ \
65 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
75 .uleb128 regno + 77; /* regno */ \
76 .uleb128 9f - 1f; /* length */ \
87 .uleb128 33*RSIZE; /* msr offset */ \
96 .byte 0x23; .uleb128 VREGS; /* DW_OP_plus_uconst */ \
105 .uleb128 regno + 77; /* regno */ \
[all …]
/linux-3.4.99/arch/powerpc/kernel/vdso64/
Dsigtramp.S46 .uleb128 9f - 1f; /* length */ \
50 .byte 0x23; .uleb128 RSIZE; /* DW_OP_plus_uconst */ \
58 .uleb128 regno; /* regno */ \
59 .uleb128 9f - 1f; /* length */ \
64 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
74 .uleb128 regno + 77; /* regno */ \
75 .uleb128 9f - 1f; /* length */ \
86 .uleb128 33*RSIZE; /* msr offset */ \
95 .byte 0x23; .uleb128 VREGS; /* DW_OP_plus_uconst */ \
105 .uleb128 regno + 77; /* regno */ \
[all …]
/linux-3.4.99/arch/x86/vdso/vdso32/
Dsyscall.S38 .uleb128 1 /* Code alignment factor */
41 .uleb128 1 /* Augmentation value length */
44 .uleb128 4
45 .uleb128 4
47 .uleb128 1
56 .uleb128 0 /* Augmentation length */
61 .uleb128 8
66 .uleb128 4
Dint80.S28 .uleb128 1 /* Code alignment factor */
31 .uleb128 1 /* Augmentation value length */
34 .uleb128 4
35 .uleb128 4
37 .uleb128 1
45 .uleb128 0
Dsigreturn.S49 .uleb128 1 /* Code alignment factor */
52 .uleb128 1 /* Augmentation value length */
67 .uleb128 0 /* Augmentation */
81 .uleb128 1f-0f; /* length */ \
89 .uleb128 regno; /* regno */ \
90 .uleb128 1f-0f; /* length */ \
126 .uleb128 0 /* Augmentation */
Dsysenter.S67 .uleb128 1 /* Code alignment factor */
70 .uleb128 1 /* Augmentation value length */
73 .uleb128 4
74 .uleb128 4
76 .uleb128 1
84 .uleb128 0
/linux-3.4.99/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S46 .uleb128 0x1 /* Code alignment factor */
49 .uleb128 0x1 /* Augmentation length and data */
61 .uleb128 0 /* Augmentation */
70 .uleb128 0 /* Augmentation */
Dvsyscall-trapa.S19 .uleb128 0x1 /* Code alignment factor */
22 .uleb128 0x1 /* Augmentation length and data */
33 .uleb128 0 /* Augmentation */
/linux-3.4.99/arch/arm/kernel/
Dunwind.c312 unsigned long uleb128 = unwind_get_byte(ctrl); in unwind_exec_insn() local
314 ctrl->vrs[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()