Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtranslate-all.c139 uintptr_t iter_pc = (uintptr_t)tb->tc.ptr; in cpu_unwind_data_from_tb() local
145 if (host_pc < iter_pc) { in cpu_unwind_data_from_tb()
162 iter_pc += decode_sleb128(&p); in cpu_unwind_data_from_tb()
163 if (iter_pc > host_pc) { in cpu_unwind_data_from_tb()