Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp223 uint32_t lsdaOffset = in writeTo() local
231 iep->lsdaIndexArraySectionOffset = lsdaOffset; in writeTo()
243 iep->lsdaIndexArraySectionOffset = lsdaOffset; in writeTo()
251 lep->lsdaOffset = lsda.lsdaOffset; in writeTo()
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h434 uint32_t lsdaOffset; member
/external/llvm-project/lldb/tools/compact-unwind/
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()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp399 uint32_t lsdaOffset(uint32_t index) const { in lsdaOffset() function in libunwind::UnwindSectionLsdaArray
402 index, lsdaOffset)); in lsdaOffset()
1766 lsda = lsdaIndex.lsdaOffset(mid) + sects.dso_base; in getInfoFromCompactEncodingSection()