Home | History | Annotate | Download | only in x86_64

Lines Matching full:unw_step

207    that location, performs one unw_step(), and fills F with what
235 adjustment because unw_step will redo it - and force RIP, RBP
248 && likely((ret = unw_step (cursor)) >= 0))
251 /* If unw_step() stopped voluntarily, remember that, even if it
256 to unw_step() loop wouldn't produce any better result. */
343 The caller should fall back to a unw_step() loop if this function
365 stop short of outermost frame if unw_step() loop would also do so,
388 while ((ret = unw_step(&cur)) > 0 && depth < 128)
435 back into unw_step(). */
467 what unw_step() previously said, in potentially bogus frames. */