Home
last modified time | relevance | path

Searched refs:urc (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwind-seh.cpp54 static void seh_exc_cleanup(_Unwind_Reason_Code urc, _Unwind_Exception *exc) { in seh_exc_cleanup() argument
55 (void)urc; in seh_exc_cleanup()
77 _Unwind_Reason_Code urc; in _GCC_specific_handler() local
139 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler()
140 _LIBUNWIND_TRACE_UNWINDING("_GCC_specific_handler() personality returned %d", urc); in _GCC_specific_handler()
141 switch (urc) { in _GCC_specific_handler()
/freebsd-11-stable/libexec/bootpd/
HDChanges29 11/30/94 Tonny van Lankveld <A.L.M.G.v.Lankveld@urc.tue.nl>