Searched defs:ucontext (Results 1 – 9 of 9) sorted by relevance
4 struct ucontext { struct6 struct ucontext *uc_link; argument7 stack_t uc_stack;8 struct sigcontext uc_mcontext;9 sigset_t uc_sigmask; /* mask last for extensibility */
70 typedef struct ucontext { struct72 struct ucontext* uc_link; argument82 typedef struct ucontext { argument84 struct ucontext *uc_link; argument88 } ucontext_t; argument113 typedef struct ucontext { struct115 struct ucontext* uc_link; argument131 typedef struct ucontext { argument133 struct ucontext* uc_link; argument148 typedef struct ucontext { argument[all …]
135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
94 unw_word_t ucontext; in unw_handle_signal_frame() local
116 struct vki_ucontext ucontext; member
207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
343 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
936 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local