Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1507 unw_word_t personalityRoutine = 0xbadf00d; in getInfoFromEHABISection() local
1519 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr0; in getInfoFromEHABISection()
1525 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr1; in getInfoFromEHABISection()
1531 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr2; in getInfoFromEHABISection()
1551 personalityRoutine = personalityAddr; in getInfoFromEHABISection()
1583 _info.handler = personalityRoutine; in getInfoFromEHABISection()