File: ucontext-offsets.sym

package info (click to toggle)
glibc 2.24-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 223,412 kB
  • sloc: ansic: 991,967; asm: 261,800; sh: 10,385; makefile: 9,710; cpp: 4,169; python: 3,971; perl: 2,254; awk: 1,753; pascal: 1,521; yacc: 291; sed: 80
file content (18 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <stddef.h>
#include <sys/ucontext.h>

--
UC_LINK		offsetof (ucontext_t, uc_link)
UC_OSF_SIGMASK	offsetof (ucontext_t, __uc_osf_sigmask)
UC_STACK	offsetof (ucontext_t, uc_stack)
UC_SIGCTX	offsetof (ucontext_t, uc_mcontext)
UC_SIGMASK	offsetof (ucontext_t, uc_sigmask)
SC_REGS		offsetof (struct sigcontext, sc_regs)
SC_FPREGS	offsetof (struct sigcontext, sc_fpregs)
SC_PC		offsetof (struct sigcontext, sc_pc)
SC_PS		offsetof (struct sigcontext, sc_ps)
SC_FPCRS	offsetof (struct sigcontext, sc_fpcr)
SC_MASK		offsetof (struct sigcontext, sc_mask)
SC_FPCR		offsetof (struct sigcontext, sc_fpcr)
SS_SP		offsetof (stack_t, ss_sp)
SS_SIZE		offsetof (stack_t, ss_size)