OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cxa_exception
(Results
1 - 15
of
15
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
111
void throwException(
__cxa_exception
*header) {
152
size_t size = thrown_size + sizeof(
__cxa_exception
);
153
__cxa_exception
*buffer = static_cast<
__cxa_exception
*>(malloc(size));
161
memset(buffer, 0, sizeof(
__cxa_exception
));
166
__cxa_exception
*exc = static_cast<
__cxa_exception
*>(thrown_exception)-1;
183
__cxa_exception
* header = static_cast<
__cxa_exception
*>(thrown_exc)-1;
195
__cxa_exception
* header = globals->caughtExceptions
[
all
...]
call_unexpected.cc
88
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(ucbp+1)-1;
135
__cxa_exception
*header = reinterpret_cast<
__cxa_exception
*>(exc+1)-1;
153
__cxa_exception
* header = globals->cleanupExceptions;
188
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
220
__cxa_exception
* new_header = __cxa_get_globals()->caughtExceptions;
259
__cxa_exception
* old_exception_header = 0;
263
old_exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1
[
all
...]
personality.cc
72
__cxa_exception
* exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
92
__cxa_exception
* exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
helper_func_internal.cc
177
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
211
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
/ndk/sources/cxx-stl/gabi++/include/
cxxabi.h
281
struct
__cxa_exception
{
struct
288
__cxa_exception
* nextException;
297
__cxa_exception
* nextCleanup;
310
__cxa_exception
* caughtExceptions;
313
__cxa_exception
* cleanupExceptions;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libsupc++.a
[
all
...]
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libsupc++.a
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h
559
struct
__cxa_exception
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libsupc++.a
[
all
...]
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
Completed in 1128 milliseconds