/ndk/tests/device/test-unwind-struct/jni/ |
main.c | 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class)); 25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); 31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
|
/external/chromium_org/tools/telemetry/telemetry/ |
exception_formatter.py | 19 def PrintFormattedException(exception_class, exception, tb): 45 exception_class, exception, tb) 49 traceback.format_exception_only(exception_class,
|
/bionic/tests/ |
stack_unwinding_test_impl.c | 61 memset(&exception->exception_class, 0, sizeof(exception->exception_class));
|
/ndk/sources/cxx-stl/gabi++/src/ |
cxxabi.cc | 181 header->unwindHeader.exception_class = __gxx_exception_class; 196 if (isOurCxxException(exception->exception_class)) { 211 if (!isOurCxxException(exception->exception_class)) { 239 if (!isOurCxxException(exception->exception_class)) {
|
call_unexpected.cc | 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class; 160 if (header->unwindHeader.exception_class == __gxx_exception_class) { 190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; 257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class; 298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
|
helper_func_internal.h | 93 uint64_t exceptionClass = unwind_exception->exception_class; \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/development/ndk/tests/prebuilt-library/jni/ |
libfoo.so | |
/ndk/sources/cxx-stl/gabi++/include/ |
unwind-arm.h | 60 uint64_t exception_class; // Compatible with Itanium ABI member in struct:_Unwind_Control_Block
|
unwind-itanium.h | 69 uint64_t exception_class; member in struct:_Unwind_Exception
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
unwind-arm.h | 60 uint64_t exception_class; // Compatible with Itanium ABI member in struct:_Unwind_Control_Block
|
unwind-itanium.h | 69 uint64_t exception_class; member in struct:_Unwind_Exception
|