summaryrefslogtreecommitdiff
path: root/src/tilegx/offsets.h
blob: 6d30f1edcff1effb3ecd12ebf2f5f3435a8b86f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Linux-specific definitions: */

/* Define various structure offsets to simplify cross-compilation.  */

/* Offsets for TILEGX Linux "ucontext_t":  */

#define LINUX_UC_FLAGS_OFF      0x0
#define LINUX_UC_LINK_OFF       0x8
#define LINUX_UC_STACK_OFF      0x10
#define LINUX_UC_MCONTEXT_OFF   0x28
#define LINUX_UC_SIGMASK_OFF    0x228
#define LINUX_UC_MCONTEXT_GREGS 0x28