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

/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h412 uint32_t commonEncodingsArraySectionOffset; member in struct:unwind_info_section_header
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp627 uip->commonEncodingsArraySectionOffset = sizeof(unwind_info_section_header);
630 uip->commonEncodingsArraySectionOffset +
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1278 baton.unwind_header.commonEncodingsArraySectionOffset +
1429 printf(" commonEncodingsArraySectionOffset is %d\n",
1430 header.commonEncodingsArraySectionOffset);
1440 baton.compact_unwind_start + header.commonEncodingsArraySectionOffset;
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp246 uint32_t commonEncodingsArraySectionOffset() const { function in class:libunwind::UnwindSectionHeader
249 commonEncodingsArraySectionOffset));
1863 sectionHeader.commonEncodingsArraySectionOffset() +

Completed in 77 milliseconds