Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/entry/vdso/vdso32/
Dsigreturn.S43 .uleb128 1 /* Code alignment factor */
46 .uleb128 1 /* Augmentation value length */
61 .uleb128 0 /* Augmentation */
75 .uleb128 1f-0f; /* length */ \
83 .uleb128 regno; /* regno */ \
84 .uleb128 1f-0f; /* length */ \
120 .uleb128 0 /* Augmentation */
/Linux-v4.19/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-v4.19/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()