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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dwalkstack.c136 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((fp) + SA(sizeof (struct frame)) \
137 == (oldctx))
142 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((((fp) + sizeof (struct frame)) + \
143 2 * sizeof (long) == (oldctx)) && \
149 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((((fp) + sizeof (struct frame)) + \
150 3 * sizeof (int) == (oldctx)) && \
194 ucontext_t *oldctx = uptr->uc_link; local
266 if (oldctx != NULL &&
267 CHECK_FOR_SIGFRAME((uintptr_t)savefp, (uintptr_t)oldctx)) {
294 ((uintptr_t)oldctx
[all...]

Completed in 14 milliseconds