Searched refs:uleb128 (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | sigtramp32.S | 43 .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 …]
|
H A D | sigtramp64.S | 48 .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 …]
|
/openbmc/linux/arch/x86/entry/vdso/vdso32/ |
H A D | sigreturn.S | 45 .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 D | sigtramp.S | 66 .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 D | sigtramp.S | 67 .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 D | vsyscall-sigreturn.S | 47 .uleb128 0x1 /* Code alignment factor */ 50 .uleb128 0x1 /* Augmentation length and data */ 62 .uleb128 0 /* Augmentation */ 71 .uleb128 0 /* Augmentation */
|
H A D | vsyscall-trapa.S | 20 .uleb128 0x1 /* Code alignment factor */ 23 .uleb128 0x1 /* Augmentation length and data */ 34 .uleb128 0 /* Augmentation */
|
/openbmc/linux/arch/arm/kernel/ |
H A D | unwind.c | 387 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 D | xbzrle.txt | 42 length = uleb128 encoded integer
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 3019 /* We're expecting a 2 byte uleb128 encoded value. */ 3035 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4475 /* We're expecting a 2 byte uleb128 encoded value. */ 4495 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */ 4524 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3202 /* We're expecting a 2 byte uleb128 encoded value. */ 3311 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3612 /* We're expecting a 2 byte uleb128 encoded value. */ 3630 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4433 /* We're expecting a 2 byte uleb128 encoded value. */ 4455 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2532 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2648 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2973 (FRAME_SIZE & 0x7f) | 0x80, /* ... uleb128 FRAME_SIZE */
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 237 def_bool $(as-instr,.uleb128 .Lexpr_end4 - .Lexpr_start3\n.Lexpr_start3:\n.Lexpr_end4:)
|