Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dunwind.c486 unsigned int uleb128; in unwind_exec_insn() local
489 uleb128 = unwind_exec_read_byte(state); in unwind_exec_insn()
491 state->registers[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count); in GetUnwindPlan() local
228 vsp += 0x204 + (uleb128 << 2); in GetUnwindPlan()
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl625 sub uleb128 { subroutine
673 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
676 push @ret,$DW_OP_complex{plus_uconst},uleb128($i);