Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h414 uint32_t personalityArraySectionOffset; member
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp625 uip->personalityArraySectionOffset = in writeTo()
629 uip->indexSectionOffset = uip->personalityArraySectionOffset + in writeTo()
/freebsd-14.2/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1434 header.personalityArraySectionOffset); in main()
1452 baton.compact_unwind_start + header.personalityArraySectionOffset; in main()
1456 header.personalityArraySectionOffset + in main()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp256 uint32_t personalityArraySectionOffset() const { in personalityArraySectionOffset() function in libunwind::UnwindSectionHeader
258 personalityArraySectionOffset)); in personalityArraySectionOffset()
1943 sectionHeader.personalityArraySectionOffset() + in getInfoFromCompactEncodingSection()