Searched refs:UNWIND_SECOND_LEVEL_REGULAR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h450 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
453 uint32_t kind; // UNWIND_SECOND_LEVEL_REGULAR
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp138 #ifndef UNWIND_SECOND_LEVEL_REGULAR
139 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
546 &offset); // UNWIND_SECOND_LEVEL_REGULAR or UNWIND_SECOND_LEVEL_COMPRESSED
548 if (kind == UNWIND_SECOND_LEVEL_REGULAR) {
550 // uint32_t kind; // UNWIND_SECOND_LEVEL_REGULAR
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1282 // UNWIND_SECOND_LEVEL_REGULAR entries have a funcOffset which includes the
1343 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_REGULAR) {
1348 " UNWIND_SECOND_LEVEL_REGULAR #%d entryPageOffset %d, entryCount %d\n",
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1594 if (pageKind == UNWIND_SECOND_LEVEL_REGULAR) {

Completed in 149 milliseconds