mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-03 21:22:54 +01:00
790be1e40d
"make check" passed. ====================================================== All 34 tests behaved as expected (2 expected failures) ====================================================== Zhi-Gang Liu @ Tilera
12 lines
375 B
C
12 lines
375 B
C
/* 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
|