In DWARF v3, section 7.20 deals with the structure of the debug_aranges
section. Near the end, there is the following paragraph:
"This header is followed by a series of tuples. Each tuple consists of an
address and a length, each in the size appropriate for an address on the
target architecture
On 7/13/24 11:33, Vsevolod Alekseyev via Dwarf-discuss wrote:
“This header is followed by a series of tuples. Each tuple consists of
an address and a length, each in the size appropriate for an address on
the target architecture. The first tuple following the header in each
set begins at an offse
Good point, found it, thanks.
-Original Message-
From: Dwarf-discuss
On Behalf Of David Anderson via Dwarf-discuss
Sent: Saturday, July 13, 2024 6:02 PM
To: dwarf-discuss@lists.dwarfstd.org
Subject: Re: [Dwarf-discuss] Aranges address entry alignment?
On 7/13/24 11:33, Vsevolod Alekseye