Searched refs:unwind_get_byte (Results 1 – 1 of 1) sorted by relevance
211 static unsigned long unwind_get_byte(struct unwind_ctrl_block *ctrl) in unwind_get_byte() function 318 * unwind_get_byte() will advance `ctrl` one instruction at a time, so in unwind_decode_uleb128() 326 insn = unwind_get_byte(ctrl); in unwind_decode_uleb128() 339 unsigned long insn = unwind_get_byte(ctrl); in unwind_exec_insn() 351 insn = (insn << 8) | unwind_get_byte(ctrl); in unwind_exec_insn() 375 unsigned long mask = unwind_get_byte(ctrl); in unwind_exec_insn()