Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h48 UNWIND_PERSONALITY_MASK = 0x30000000, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp34 UNWIND_PERSONALITY_MASK = 0x30000000, in FLAGS_ANONYMOUS_ENUM()
585 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()
587 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()
669 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()
671 EXTRACT_BITS(unwind_info.encoding, UNWIND_PERSONALITY_MASK); in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1712 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection()
1713 (__builtin_ctz(UNWIND_PERSONALITY_MASK)); in getInfoFromCompactEncodingSection()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1259 uint32_t pers_idx = EXTRACT_BITS(encoding, UNWIND_PERSONALITY_MASK); in print_function_encoding()