Home
last modified time | relevance | path

Searched refs:unwind_info_section_header_lsda_index_entry (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1229 sizeof(struct unwind_info_section_header_lsda_index_entry); in print_function_encoding()
1236 (mid * sizeof(struct unwind_info_section_header_lsda_index_entry))); in print_function_encoding()
1237 struct unwind_info_section_header_lsda_index_entry mid_lsda_entry; in print_function_encoding()
1239 sizeof(struct unwind_info_section_header_lsda_index_entry)); in print_function_encoding()
1243 sizeof(struct unwind_info_section_header_lsda_index_entry); in print_function_encoding()
1403 struct unwind_info_section_header_lsda_index_entry lsda_entry; in print_index_sections()
1405 sizeof(struct unwind_info_section_header_lsda_index_entry)); in print_index_sections()
1418 sizeof(struct unwind_info_section_header_lsda_index_entry); in print_index_sections()
/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp190 lsdaEntries.size() * sizeof(unwind_info_section_header_lsda_index_entry); in finalize()
248 reinterpret_cast<unwind_info_section_header_lsda_index_entry *>(iep); in writeTo()
DUnwindInfoSection.h55 std::vector<unwind_info_section_header_lsda_index_entry> lsdaEntries;
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h431 struct unwind_info_section_header_lsda_index_entry struct
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp396 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in functionOffset()
401 _addr + arrayoffsetof(unwind_info_section_header_lsda_index_entry, in lsdaOffset()
1757 sizeof(unwind_info_section_header_lsda_index_entry); in getInfoFromCompactEncodingSection()