|
|
void *__dso_handle | __attribute__ ((weak)) |
|
auto | __cxa_allocate_exception (u64) -> void * |
|
auto | __cxa_bad_typeid () -> void |
|
auto | __cxa_begin_catch (void *) -> void * |
|
auto | __cxa_deleted_virtual () -> void |
|
auto | __cxa_end_catch () -> void |
|
auto | __cxa_free_exception (void *) -> void * |
|
auto | __cxa_guard_abort (u64 *g) -> void |
|
auto | __cxa_guard_acquire (u64 *g) -> int |
|
auto | __cxa_guard_release (u64 *g) -> void |
|
auto | __cxa_pure_virtual () -> void |
|
auto | __cxa_rethrow () -> void |
|
auto | __cxa_throw (void *, void *, void(*)(void *)) -> void |
|
auto | __stack_chk_fail () -> void |
|
template<typename... Args> |
| auto | pinfo (std::string_view fmt, Args &&... args) noexcept -> void |
|
void | zxfoundation::base::cxxrtse::cxxabi::run_fini_array () noexcept |
|
void | zxfoundation::base::cxxrtse::cxxabi::run_global_constructor () noexcept |
|
void | zxfoundation::base::cxxrtse::cxxabi::run_global_destructors () noexcept |
| void | zxfoundation::base::cxxrtse::cxxabi::ssp_init () noexcept |
| | Install the kernel-wide stack-protector guard entropy.
|
| auto | zxfoundation::base::cxxrtse::cxxabi::stack_guard () noexcept -> u64 |
| | Read the active kernel-wide stack-protector guard value.
|
minimal cxxabi implementation
SPDX-License-Identifier: Apache-2.0