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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c134 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((fp) + SA(sizeof (struct frame)) \
135 == (oldctx))
140 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((((fp) + sizeof (struct frame)) + \
141 2 * sizeof (long) == (oldctx)) && \
147 #define CHECK_FOR_SIGFRAME(fp, oldctx) ((((fp) + sizeof (struct frame)) + \
148 3 * sizeof (int) == (oldctx)) && \
192 ucontext_t *oldctx = uptr->uc_link; local
264 if (oldctx != NULL &&
265 CHECK_FOR_SIGFRAME((uintptr_t)savefp, (uintptr_t)oldctx)) {
292 ((uintptr_t)oldctx
[all...]

Completed in 45 milliseconds