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

/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h414 uint32_t personalityArraySectionOffset; member in struct:unwind_info_section_header
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp629 uip->personalityArraySectionOffset =
633 uip->indexSectionOffset = uip->personalityArraySectionOffset +
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1433 printf(" personalityArraySectionOffset is %d\n",
1434 header.personalityArraySectionOffset);
1452 baton.compact_unwind_start + header.personalityArraySectionOffset;
1456 header.personalityArraySectionOffset +
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp255 uint32_t personalityArraySectionOffset() const { function in class:libunwind::UnwindSectionHeader
257 personalityArraySectionOffset));
1925 sectionHeader.personalityArraySectionOffset() +

Completed in 73 milliseconds