Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/vdso32/
Dsigtramp.S43 .uleb128 9f - 1f; /* length */ \
47 .byte 0x23; .uleb128 RSIZE; /* DW_OP_plus_uconst */ \
55 .uleb128 regno; /* regno */ \
56 .uleb128 9f - 1f; /* length */ \
61 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
71 .uleb128 regno + 77; /* regno */ \
72 .uleb128 9f - 1f; /* length */ \
83 .uleb128 33*RSIZE; /* msr offset */ \
92 .byte 0x23; .uleb128 VREGS; /* DW_OP_plus_uconst */ \
101 .uleb128 regno + 77; /* regno */ \
[all …]
/Linux-v5.15/arch/powerpc/kernel/vdso64/
Dsigtramp.S48 .uleb128 9f - 1f; /* length */ \
52 .byte 0x23; .uleb128 RSIZE; /* DW_OP_plus_uconst */ \
60 .uleb128 regno; /* regno */ \
61 .uleb128 9f - 1f; /* length */ \
66 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
76 .uleb128 regno + 77; /* regno */ \
77 .uleb128 9f - 1f; /* length */ \
88 .uleb128 33*RSIZE; /* msr offset */ \
97 .byte 0x23; .uleb128 VREGS; /* DW_OP_plus_uconst */ \
107 .uleb128 regno + 77; /* regno */ \
[all …]
/Linux-v5.15/arch/x86/entry/vdso/vdso32/
Dsigreturn.S45 .uleb128 1 /* Code alignment factor */
48 .uleb128 1 /* Augmentation value length */
63 .uleb128 0 /* Augmentation */
77 .uleb128 1f-0f; /* length */ \
85 .uleb128 regno; /* regno */ \
86 .uleb128 1f-0f; /* length */ \
122 .uleb128 0 /* Augmentation */
/Linux-v5.15/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S47 .uleb128 0x1 /* Code alignment factor */
50 .uleb128 0x1 /* Augmentation length and data */
62 .uleb128 0 /* Augmentation */
71 .uleb128 0 /* Augmentation */
Dvsyscall-trapa.S20 .uleb128 0x1 /* Code alignment factor */
23 .uleb128 0x1 /* Augmentation length and data */
34 .uleb128 0 /* Augmentation */
/Linux-v5.15/arch/arm/kernel/
Dunwind.c357 unsigned long uleb128 = unwind_get_byte(ctrl); in unwind_exec_insn() local
359 ctrl->vrs[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()