OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_cleanup
(Results
1 - 25
of
30
) sorted by null
1
2
/ndk/tests/device/test-unwind-struct/jni/
main.c
22
CHECK_EQ(8, offsetof(struct _Unwind_Control_Block,
exception_cleanup
));
26
CHECK_EQ(8, offsetof(struct _Unwind_Exception,
exception_cleanup
));
32
CHECK_EQ(8, offsetof(struct _Unwind_Exception,
exception_cleanup
));
/bionic/tests/
stack_unwinding_test_impl.c
62
exception->
exception_cleanup
= 0;