Searched refs:uwx_step (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A DMakefile18 uwx_step.o uwx_str.o uwx_swap.o uwx_symbols.o \
43 uwx_context.o: uwx.h uwx_env.h uwx_scoreboard.h uwx_step.h uwx_trace.h
49 uwx_step.o: uwx.h uwx_env.h uwx_context.h uwx_utable.h \
H A Duwx.h114 __EXTERN_C int uwx_step(struct uwx_env *env);
168 /* Get the ABI context code (if uwx_step returned UWX_ABI_FRAME) */
366 return uwx_step(env);
H A Duwx_step.c30 #include "uwx_step.h"
34 * uwx_step.c
40 * uwx_step() to refer to the previous frame.
472 /* uwx_step: Steps from the current frame to the previous frame */
474 int uwx_step(struct uwx_env *env) function
/freebsd-10.1-release/sys/contrib/ia64/libuwx/test/
H A Ddumpmyself.c72 status = uwx_step(uenv);
74 printf("uwx_step returned %d\n", status);
/freebsd-10.1-release/sys/ia64/ia64/
H A Dunwind.c383 switch (uwx_step(rs->env)) {

Completed in 104 milliseconds