Searched refs:uleb128 (Results 1 – 3 of 3) sorted by relevance
486 unsigned int uleb128; in unwind_exec_insn() local489 uleb128 = unwind_exec_read_byte(state); in unwind_exec_insn()491 state->registers[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()
227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count); in GetUnwindPlan() local228 vsp += 0x204 + (uleb128 << 2); in GetUnwindPlan()
625 sub uleb128 { subroutine673 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));676 push @ret,$DW_OP_complex{plus_uconst},uleb128($i);