Compact unwind entries have 8 bits for the encoding-table offset:
- offsets 0..126 reference the global commmon-encodings table, while
- offsets 127..255 reference a per-second-level-page table.
This diff teaches llvm-objdump to print this per-page encodings table.
A prebuilt binary is difficult to inspect and update. Can you rewrite the input with yaml2obj?
There are plenty of examples in the ELF/ folder (and in various test/tools/*/ELF directories)
The test should also include a file level comment documenting its purpose.