Barring the usage of the .debug_addr section (DW_RLE_startx_endx etc), these 2 encodings were the only ones not supported yet., DW_RLE_offset_pair the only encoding usable in dwo files.
Note that in non-verbose printing, we don't print anything for DW_RLE_base_address. In verbose mode the entry is printed explicitly.
Some of our range dumping can now print which section an address refers to - should we do that for this range dumping? If so, we'd need to extract the section info here, I think?