Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dsigtramp32.S43 .uleb128 9f - 1f; /* length */ \
55 .uleb128 regno; /* regno */ \
56 .uleb128 9f - 1f; /* length */ \
71 .uleb128 regno + 77; /* regno */ \
72 .uleb128 9f - 1f; /* length */ \
102 .uleb128 9f - 1f; /* length */ \
113 .uleb128 9f - 1f; /* length */ \
123 .uleb128 9f - 1f; /* length */ \
260 .uleb128 4 /* Code alignment factor */
274 .uleb128 0 /* Augmentation */
[all …]
H A Dsigtramp64.S48 .uleb128 9f - 1f; /* length */ \
60 .uleb128 regno; /* regno */ \
61 .uleb128 9f - 1f; /* length */ \
76 .uleb128 regno + 77; /* regno */ \
77 .uleb128 9f - 1f; /* length */ \
107 .uleb128 regno + 77; /* regno */ \
108 .uleb128 9f - 1f; /* length */ \
119 .uleb128 9f - 1f; /* length */ \
129 .uleb128 9f - 1f; /* length */ \
285 .uleb128 4 /* Code alignment factor */
[all …]
/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A 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 */
/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dsigtramp.S66 .uleb128 \regno; /* regno */
67 .uleb128 \ofs /* factored offset */
76 .uleb128 4 /* Code alignment factor */
79 .uleb128 1 /* Augmentation value length */
82 .uleb128 9f - 1f /* length */
95 .uleb128 0 /* Augmentation */
/openbmc/linux/arch/parisc/kernel/vdso32/
H A Dsigtramp.S67 .uleb128 \regno; /* regno */
68 .uleb128 \ofs /* factored offset */
77 .uleb128 4 /* Code alignment factor */
80 .uleb128 1 /* Augmentation value length */
83 .uleb128 9f - 1f /* length */
96 .uleb128 0 /* Augmentation */
/openbmc/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S47 .uleb128 0x1 /* Code alignment factor */
50 .uleb128 0x1 /* Augmentation length and data */
62 .uleb128 0 /* Augmentation */
71 .uleb128 0 /* Augmentation */
H A Dvsyscall-trapa.S20 .uleb128 0x1 /* Code alignment factor */
23 .uleb128 0x1 /* Augmentation length and data */
34 .uleb128 0 /* Augmentation */
/openbmc/linux/arch/arm/kernel/
H A Dunwind.c387 unsigned long uleb128 = unwind_decode_uleb128(ctrl); in unwind_exec_insn() local
389 ctrl->vrs[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()
/openbmc/qemu/docs/
H A Dxbzrle.txt42 length = uleb128 encoded integer
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc4339 /* We're expecting a 2 byte uleb128 encoded value. */
4359 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
4388 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc3019 /* We're expecting a 2 byte uleb128 encoded value. */
3035 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3202 /* We're expecting a 2 byte uleb128 encoded value. */
3311 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc3589 /* We're expecting a 2 byte uleb128 encoded value. */
3607 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc2149 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc4355 /* We're expecting a 2 byte uleb128 encoded value. */
4377 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2533 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2648 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
/openbmc/linux/lib/
H A DKconfig.debug237 def_bool $(as-instr,.uleb128 .Lexpr_end4 - .Lexpr_start3\n.Lexpr_start3:\n.Lexpr_end4:)