Home
last modified time | relevance | path

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

/optee_os/lib/libunw/
H A Dunwind_arm32.c296 uint32_t uleb128; in unwind_exec_insn() local
299 if (!unwind_exec_read_byte(state, &uleb128)) in unwind_exec_insn()
302 state->registers[SP] += 0x204 + (uleb128 << 2); in unwind_exec_insn()