Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/linux/
Dlinux_locore.asm70 .uleb128 11f-10f; /* length */ \
87 .uleb128 1 /* Code alignment factor */
92 .uleb128 1 /* Augmentation value length */
104 .uleb128 0 /* Augmentation */
114 .uleb128 0 /* Augmentation */
129 .uleb128 1 /* Code alignment factor */
132 .uleb128 1 /* Augmentation value length */
135 .uleb128 4
136 .uleb128 4
138 .uleb128 1
[all …]
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_locore.asm77 .uleb128 11f-10f; /* length */ \
94 .uleb128 1 /* Code alignment factor */
99 .uleb128 1 /* Augmentation value length */
111 .uleb128 0 /* Augmentation */
121 .uleb128 0 /* Augmentation */
136 .uleb128 1 /* Code alignment factor */
139 .uleb128 1 /* Augmentation value length */
142 .uleb128 4
143 .uleb128 4
145 .uleb128 1
[all …]
/freebsd-12-stable/sys/amd64/linux/
Dlinux_locore.asm88 .uleb128 1 /* Code alignment factor */
91 .uleb128 1 /* Augmentation value length */
94 .uleb128 4
95 .uleb128 4
97 .uleb128 1
105 .uleb128 0
/freebsd-12-stable/sys/arm/arm/
Dunwind.c466 unsigned int uleb128; in unwind_exec_insn() local
469 uleb128 = unwind_exec_read_byte(state); in unwind_exec_insn()
471 state->registers[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()
/freebsd-12-stable/contrib/cortex-strings/src/thumb/
Daeabi_idiv.S56 .uleb128 0x1
60 .uleb128 0xd
61 .uleb128 0x0
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DArmUnwindInfo.cpp227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count); in GetUnwindPlan() local
228 vsp += 0x204 + (uleb128 << 2); in GetUnwindPlan()
/freebsd-12-stable/contrib/gcc/config/arm/
Dlib1funcs.asm130 .uleb128 \cfa_offset
140 .uleb128 (\offset / -4)
142 .uleb128 \cfa_offset
155 .uleb128 0x1 @ CIE Code Alignment Factor
159 .uleb128 0xd
160 .uleb128 0x0
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
Dx86_64-xlate.pl571 sub uleb128 { subroutine
619 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
622 push @ret,$DW_OP_complex{plus_uconst},uleb128($i);
/freebsd-12-stable/contrib/gcc/
Dconfigure.ac2149 gcc_GAS_CHECK_FEATURE([.sleb128 and .uleb128], gcc_cv_as_leb128,
2152 .uleb128 L2 - L1
2154 .uleb128 1280
2157 [# GAS versions before 2.11 do not support uleb128,
2175 [Define if your assembler supports .sleb128 and .uleb128.])])
Dconfig.in218 /* Define if your assembler supports .sleb128 and .uleb128. */
DChangeLog-200127112 (dw2_asm_output_data_uleb128): Use space not tab after .uleb128.
/freebsd-12-stable/contrib/binutils/gas/doc/
Das.texinfo3926 * Uleb128:: @code{.uleb128 @var{expressions}}
5832 symbolic debugging format. @xref{Uleb128, ,@code{.uleb128}}.
6155 @section @code{.uleb128 @var{expressions}}
6157 @cindex @code{uleb128} directive
6158 @var{uleb128} stands for ``unsigned little endian base 128.'' This is a
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-96971064 * read.c (potable): Add sleb128 and uleb128.