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

/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2348 sigcontext *sigContext = reinterpret_cast<sigcontext *>( local
2350 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar;
2355 sigContext = reinterpret_cast<sigcontext *>(
2357 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar;
2361 reinterpret_cast<void *>(sigContext));
2367 "sigContext=%p, returnAddress=%p. "
2370 reinterpret_cast<void *>(sigContext),
2374 newRegisters.setCR(sigContext->sc_jmpbuf.jmp_context.cr);
2379 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr);
2382 reinterpret_cast<void *>(sigContext
[all...]

Completed in 59 milliseconds