Home
last modified time | relevance | path

Searched refs:excp_size (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp168 constexpr size_t excp_size = sizeof(__cxa_exception); in get_cxa_exception_offset() local
170 (excp_size + alignment - 1) / alignment * alignment; in get_cxa_exception_offset()
171 constexpr size_t offset = aligned_size - excp_size; in get_cxa_exception_offset()