Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp650 uint32_t lsdaOffset = in writeTo() local
660 lsdaOffset + lsdaIndex.lookup(idx) * in writeTo()
672 lsdaOffset + entriesWithLsda.size() * in writeTo()
681 lep->lsdaOffset = cu.lsda->getVA(/*off=*/0) - in.header->addr; in writeTo()
/openbsd-src/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h434 uint32_t lsdaOffset; member
/openbsd-src/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1367 lsda_entry.lsdaOffset + baton.text_segment_vmaddr; in print_index_sections()
1372 function_file_address, lsda_entry.lsdaOffset, lsda_file_address); in print_index_sections()
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp414 uint32_t lsdaOffset(uint32_t index) const { in lsdaOffset() function in libunwind::UnwindSectionLsdaArray
417 index, lsdaOffset)); in lsdaOffset()
1895 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()