File: ucontext-offsets.sym

package info (click to toggle)
glibc 2.36-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 297,608 kB
  • sloc: ansic: 1,054,210; asm: 325,317; makefile: 14,967; python: 12,603; sh: 10,817; cpp: 5,685; awk: 1,883; perl: 518; yacc: 292; pascal: 182; sed: 39
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)