Searched refs:handler_args (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsol2-unwind.h68 struct handler_args { struct
72 } *handler_args; local
83 handler_args = (struct handler_args *) (fp + 1);
84 ucp = &handler_args->ucontext;
200 struct handler_args { struct
204 } *handler_args = context->cfa; local
205 mctx = &handler_args->ucontext->uc_mcontext;
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-unwind.h274 struct handler_args { struct
277 } *handler_args; local
289 handler_args = (struct handler_args *) fp;
290 ucp = &handler_args->ucontext;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.y3430 handler_args
3441 handler_args:
3439 handler_args: label

Completed in 101 milliseconds