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

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp140 #ifndef UNWIND_SECOND_LEVEL_REGULAR
141 #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
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp591 page.kind = UNWIND_SECOND_LEVEL_REGULAR;
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1239 // UNWIND_SECOND_LEVEL_REGULAR entries have a funcOffset which includes the
1300 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_REGULAR) {
1305 " UNWIND_SECOND_LEVEL_REGULAR #%d entryPageOffset %d, entryCount %d\n",
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1753 if (pageKind == UNWIND_SECOND_LEVEL_REGULAR) {

Completed in 203 milliseconds