Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c66 struct unwind_info_section_header unwind_header; member
1274 if (entry_encoding_index < baton.unwind_header.commonEncodingsArrayCount) { in print_second_level_index_compressed()
1278 baton.unwind_header.commonEncodingsArraySectionOffset + in print_second_level_index_compressed()
1283 entry_encoding_index - baton.unwind_header.commonEncodingsArrayCount; in print_second_level_index_compressed()
1328 baton.compact_unwind_start + baton.unwind_header.indexSectionOffset; in print_index_sections()
1329 uint32_t index_count = baton.unwind_header.indexCount; in print_index_sections()
1467 baton.unwind_header = header; in main()