Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp648 uint32_t lsdaOffset = in writeTo() local
658 lsdaOffset + lsdaIndex.lookup(idx) * in writeTo()
669 lsdaOffset + entriesWithLsda.size() * in writeTo()
678 lep->lsdaOffset = cu.lsda->getVA(/*off=*/0) - in.header->addr; in writeTo()
/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h434 uint32_t lsdaOffset; member
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp413 uint32_t lsdaOffset(uint32_t index) const { in lsdaOffset() function in libunwind::UnwindSectionLsdaArray
416 index, lsdaOffset)); in lsdaOffset()
1879 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()