netbsd32_sigframe_siginfo
struct netbsd32_sigframe_siginfo *fp, frame;
fp = (struct netbsd32_sigframe_siginfo *)sp;
fp = (struct netbsd32_sigframe_siginfo *)STACK_ALIGN(fp - 1, (8 - 1));
struct netbsd32_sigframe_siginfo *fp, frame;
sizeof(struct netbsd32_sigframe_siginfo) +
STACK_ALIGNBYTES32 + sizeof(struct netbsd32_sigframe_siginfo));
fp = (struct netbsd32_sigframe_siginfo *)sp;
fp = (struct netbsd32_sigframe_siginfo *)((uintptr_t)fp &