MCPcopy Create free account
hub / github.com/boostorg/stacktrace / cxa_exception_begin_gcc

Class cxa_exception_begin_gcc

src/exception_headers.h:35–38  ·  view source on GitHub ↗

https://github.com/gcc-mirror/gcc/blob/5d2a360f0a541646abb11efdbabc33c6a04de7ee/libstdc%2B%2B-v3/libsupc%2B%2B/unwind-cxx.h#L100

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected