Set correct length of DWARF .debug_aranges section (fixes #17428)
When parsing the .debug_aranges
section of code produced by GHC (for example using the folly symboliser) the parsing fails because of an incorrect length of the length field.
The aim of this merge request is to fix that.
Edited by Szymon Nowicki-Korgol