Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h434 uint32_t lsdaOffset; member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp580 uint32_t lsdaOffset = in writeTo() local
590 lsdaOffset + functionToLsdaIndex.lookup(iep->functionOffset) * in writeTo()
602 lsdaOffset + in writeTo()
/freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1410 lsda_entry.lsdaOffset + baton.text_segment_vmaddr; in print_index_sections()
1415 function_file_address, lsda_entry.lsdaOffset, lsda_file_address); in print_index_sections()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp399 uint32_t lsdaOffset(uint32_t index) const { in lsdaOffset() function in libunwind::UnwindSectionLsdaArray
402 index, lsdaOffset)); in lsdaOffset()
1790 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()