Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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-4.4.14/arch/x86/entry/vdso/vdso32/
Dsigreturn.S50 .uleb128 1 /* Code alignment factor */
53 .uleb128 1 /* Augmentation value length */
68 .uleb128 0 /* Augmentation */
82 .uleb128 1f-0f; /* length */ \
90 .uleb128 regno; /* regno */ \
91 .uleb128 1f-0f; /* length */ \
127 .uleb128 0 /* Augmentation */
/linux-4.4.14/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-4.4.14/arch/arm/kernel/
Dunwind.c369 unsigned long uleb128 = unwind_get_byte(ctrl); in unwind_exec_insn() local
371 ctrl->vrs[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()