Re: [PATCH] readelf: Handle .debug_str_offsets.

2018-05-30 Thread Mark Wielaard
On Mon, 2018-05-28 at 17:03 +0200, Mark Wielaard wrote: > The .debug_str_offsets tables are indirect string offsets into the > .debug_str section. For DWARF5 they can be in both the main, skeleton > and split dwarf (.dwo) files. > > For DWARF4 with the GNU DebugFission extension the tables will no

[PATCH] readelf: Handle .debug_str_offsets.

2018-05-28 Thread Mark Wielaard
The .debug_str_offsets tables are indirect string offsets into the .debug_str section. For DWARF5 they can be in both the main, skeleton and split dwarf (.dwo) files. For DWARF4 with the GNU DebugFission extension the tables will not have an header and they will only be in the split DWARF (.dwo) f