Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1540 unw_word_t personalityRoutine = 0xbadf00d; in getInfoFromEHABISection() local
1552 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr0; in getInfoFromEHABISection()
1558 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr1; in getInfoFromEHABISection()
1564 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr2; in getInfoFromEHABISection()
1584 personalityRoutine = personalityAddr; in getInfoFromEHABISection()
1616 _info.handler = personalityRoutine; in getInfoFromEHABISection()