Searched refs:sigcontext (Results 1 – 22 of 22) sorted by relevance
22 #define SIGCONTEXT struct sigcontext *24 sigcontext_get_pc (const struct sigcontext *ctx) in sigcontext_get_pc()
32 __profil_counter (int signr, int code, struct sigcontext *scp) in __profil_counter()
35 struct sigcontext struct58 struct sigcontext argument
39 struct sigcontext { struct63 struct sigcontext { argument
24 sigcontext_get_pc (const struct sigcontext *ctx) in sigcontext_get_pc()
104 struct sigcontext *sc; in __sigstack_longjmp()137 sc = ((struct sigcontext *) ((ss_sp + stk.ss_size) & -16) - 1); in __sigstack_longjmp()
7 gen-as-const-headers += sigcontext-offsets.sym
77 register_dump (int fd, struct sigcontext *ctx) in register_dump()
28 # define sigcontext_struct sigcontext
25 struct sigcontext { struct
61 static void fill_ucontext (ucontext_t *uc, const struct sigcontext *sc) in fill_ucontext()82 struct sigcontext *95 struct sigcontext *scp; in _hurd_setup_sighandler()105 struct sigcontext *scp; /* Points to ctx, below. */ in _hurd_setup_sighandler()117 struct sigcontext *return_scp; /* Same; arg to sigreturn. */ in _hurd_setup_sighandler()120 struct sigcontext ctx; in _hurd_setup_sighandler()
58 __sigreturn (struct sigcontext *scp) in __sigreturn()
90 # define sigcontext_struct sigcontext95 struct sigcontext struct139 struct sigcontext argument
27 __profil_counter_global (int signo, struct sigcontext *si) in __profil_counter_global()
34 typedef struct sigcontext mcontext_t;
101 register_dump (int fd, struct sigcontext *ctx) in register_dump()
97 register_dump (int fd, struct sigcontext *ctx) in register_dump()
40 struct sigcontext struct
33 struct sigcontext struct
5 #include <asm/sigcontext.h>
24 # define CTX_TYPE struct sigcontext *
137 tst-sigcontext-get_pc \168 CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables
Completed in 16 milliseconds