File: ucontext-offsets.sym

package info (click to toggle)
glibc 2.31-13%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 278,368 kB
  • sloc: ansic: 1,025,361; asm: 256,790; makefile: 12,097; sh: 10,548; python: 9,618; cpp: 5,233; awk: 1,956; perl: 514; yacc: 290; pascal: 182; sed: 73
file content (18 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (24)
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 (mcontext_t, sc_regs)
SC_FPREGS	offsetof (mcontext_t, sc_fpregs)
SC_PC		offsetof (mcontext_t, sc_pc)
SC_PS		offsetof (mcontext_t, sc_ps)
SC_FPCRS	offsetof (mcontext_t, sc_fpcr)
SC_MASK		offsetof (mcontext_t, sc_mask)
SC_FPCR		offsetof (mcontext_t, sc_fpcr)
SS_SP		offsetof (stack_t, ss_sp)
SS_SIZE		offsetof (stack_t, ss_size)