https://github.com/gcc-mirror/gcc/blob/5d2a360f0a541646abb11efdbabc33c6a04de7ee/libstdc%2B%2B-v3/libsupc%2B%2B/unwind-cxx.h#L100
| 33 | |
| 34 | // https://github.com/gcc-mirror/gcc/blob/5d2a360f0a541646abb11efdbabc33c6a04de7ee/libstdc%2B%2B-v3/libsupc%2B%2B/unwind-cxx.h#L100 |
| 35 | struct cxa_exception_begin_gcc { |
| 36 | size_t referenceCount; |
| 37 | const char* reserve; |
| 38 | }; |
| 39 | |
| 40 | static cxa_exception_begin_gcc* exception_begin_gcc_ptr(void* ptr) { |
| 41 | size_t kExceptionBeginOffset = ( |
nothing calls this directly
no outgoing calls
no test coverage detected