In DWARF5, the DW_AT_name and DW_AT_comp_dir attributes are encoded
using the strx* forms, which specify an index into __debug_str_offs.
This commit adds that section to DwarfObject, so the debug info parser
can resolve these references.
The test case was manually adapted from stabs-icf.s.
could you include in a comment the C source used to generate this assembly?