1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 19:25:16 +02:00
libunwind-eh_elf/src/hppa/offsets.h
Arun Sharma 781d5d5263 One time whitespace fixup.
for f in $(find src include -name '*.[ch]'); do
  expand -t 8 $f > $tmp; mv $tmp $f;
done
2014-09-27 09:47:23 -07:00

18 lines
655 B
C

#define LINUX_UC_FLAGS_OFF 0x000
#define LINUX_UC_LINK_OFF 0x004
#define LINUX_UC_STACK_OFF 0x008
#define LINUX_UC_MCONTEXT_OFF 0x018
#define LINUX_UC_SIGMASK_OFF 0x1b8
#define LINUX_SC_FLAGS_OFF 0x000
#define LINUX_SC_GR_OFF 0x004
#define LINUX_SC_FR_OFF 0x088
#define LINUX_SC_IASQ_OFF 0x188
#define LINUX_SC_IAOQ_OFF 0x190
#define LINUX_SC_SAR_OFF 0x198
/* The signal frame contains 4 words of space for the sigreturn
trampoline, the siginfo structure, and then the sigcontext
structure. See include/asm-parisc/compat_rt_sigframe.h. */
#define LINUX_RT_SIGFRAME_UC_OFF 0xac