Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 25 of 93) sorted by relevance

1234

/sysdeps/unix/sysv/linux/hppa/
A Dswapcontext.c21 extern int __getcontext (ucontext_t *ucp);
22 extern int __setcontext (const ucontext_t *ucp);
25 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext()
/sysdeps/unix/sysv/linux/ia64/
A Dswapcontext.c26 extern struct rv __getcontext (ucontext_t *__ucp) __THROW;
27 extern int __setcontext (const ucontext_t *__ucp) __THROW;
30 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext()
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dswapcontext.c20 extern int __getcontext (ucontext_t *ucp);
21 extern int __setcontext (const ucontext_t *ucp, int restoremask);
24 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext()
/sysdeps/unix/sysv/linux/alpha/
A Ducontext-offsets.sym5 UC_LINK offsetof (ucontext_t, uc_link)
6 UC_OSF_SIGMASK offsetof (ucontext_t, __uc_osf_sigmask)
7 UC_STACK offsetof (ucontext_t, uc_stack)
8 UC_SIGCTX offsetof (ucontext_t, uc_mcontext)
9 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
/sysdeps/generic/sys/
A Ducontext.h43 typedef struct ucontext_t struct
46 struct ucontext_t *uc_link; argument
50 } ucontext_t; argument
/sysdeps/unix/sysv/linux/nios2/sys/
A Ducontext.h50 typedef struct ucontext_t struct
53 struct ucontext_t *uc_link; argument
57 } ucontext_t; argument
/sysdeps/unix/sysv/linux/csky/sys/
A Ducontext.h77 typedef struct ucontext_t struct
80 struct ucontext_t *uc_link; argument
84 } ucontext_t; argument
/sysdeps/unix/sysv/linux/aarch64/sys/
A Ducontext.h67 typedef struct ucontext_t struct
70 struct ucontext_t *uc_link; argument
74 } ucontext_t; typedef
/sysdeps/unix/sysv/linux/hppa/sys/
A Ducontext.h71 typedef struct ucontext_t struct
74 struct ucontext_t *uc_link; argument
78 } ucontext_t; argument
/sysdeps/unix/sysv/linux/riscv/sys/
A Ducontext.h88 typedef struct ucontext_t struct
91 struct ucontext_t *uc_link; argument
108 } ucontext_t; argument
/sysdeps/unix/sysv/linux/arc/sys/
A Ducontext.h48 typedef struct ucontext_t struct
51 struct ucontext_t *uc_link; argument
55 } ucontext_t; argument
/sysdeps/unix/sysv/linux/arc/
A Ducontext_i.sym12 -- Offsets of the fields in the ucontext_t structure.
13 #define ucontext(member) offsetof (ucontext_t, member)
20 UCONTEXT_SIZE sizeof (ucontext_t)
/sysdeps/unix/sysv/linux/s390/sys/
A Ducontext.h82 typedef struct ucontext_t struct
85 struct ucontext_t *uc_link; argument
89 } ucontext_t; argument
/sysdeps/unix/sysv/linux/alpha/sys/
A Ducontext.h82 typedef struct ucontext_t struct
85 struct ucontext_t *uc_link; argument
90 } ucontext_t; argument
/sysdeps/unix/sysv/linux/nios2/
A Ducontext_i.sym21 -- Offsets of the fields in the ucontext_t structure.
22 #define ucontext(member) offsetof (ucontext_t, member)
29 UCONTEXT_SIZE sizeof (ucontext_t)
/sysdeps/unix/sysv/linux/riscv/
A Ducontext_i.sym13 -- Offsets of the fields in the ucontext_t structure.
14 #define ucontext(member) offsetof (ucontext_t, member)
31 UCONTEXT_SIZE sizeof (ucontext_t)
/sysdeps/arm/sys/
A Ducontext.h98 typedef struct ucontext_t struct
101 struct ucontext_t *uc_link; argument
106 } ucontext_t; typedef
/sysdeps/unix/sysv/linux/sparc/sys/
A Ducontext.h94 typedef struct ucontext_t { struct
95 struct ucontext_t *uc_link; argument
101 } ucontext_t; argument
294 typedef struct ucontext_t struct
297 struct ucontext_t *uc_link; argument
301 } ucontext_t; argument
/sysdeps/unix/sysv/linux/x86/sys/
A Ducontext.h142 typedef struct ucontext_t struct
145 struct ucontext_t *uc_link; argument
151 } ucontext_t; argument
247 typedef struct ucontext_t struct
250 struct ucontext_t *uc_link; argument
256 } ucontext_t; argument
/sysdeps/m68k/sys/
A Ducontext.h113 typedef struct ucontext_t struct
116 struct ucontext_t *uc_link; argument
121 } ucontext_t; argument
/sysdeps/unix/sysv/linux/microblaze/sys/
A Ducontext.h81 typedef struct ucontext_t struct
84 struct ucontext_t *uc_link; argument
88 } ucontext_t; argument
/sysdeps/unix/sysv/linux/ia64/sys/
A Ducontext.h85 typedef struct ucontext_t struct
93 struct ucontext_t *_link; /* this should overlay sc_gr[0] */ argument
99 ucontext_t; argument
/sysdeps/unix/sysv/linux/m68k/sys/
A Ducontext.h118 typedef struct ucontext_t struct
121 struct ucontext_t *uc_link; argument
126 } ucontext_t; argument
/sysdeps/unix/sysv/linux/sh/sys/
A Ducontext.h115 typedef struct ucontext_t struct
118 struct ucontext_t *uc_link; argument
122 } ucontext_t; argument
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Ducontext_i.sym10 UC_FLAGS offsetof (ucontext_t, uc_flags)
11 UC_LINK offsetof (ucontext_t, uc_link)
12 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
13 UC_STACK offsetof (ucontext_t, uc_stack)
14 UC_MCONTEXT offsetof (ucontext_t, uc_mcontext)

Completed in 16 milliseconds

1234