OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_cleanup
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/include/
ehabi.h
79
void (*
exception_cleanup
)(_Unwind_Reason_Code, _Unwind_Control_Block *);
member in struct:_Unwind_Control_Block
/src/sys/lib/libunwind/
unwind.h
44
void (*
exception_cleanup
)(_Unwind_Reason_Code, struct _Unwind_Exception *);
member in struct:_Unwind_Exception
libunwind.cxx
250
if (exc->
exception_cleanup
!= NULL)
251
(*exc->
exception_cleanup
)(_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
Completed in 14 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025