From: Seva Alekseyev Date: Tue, 18 Oct 2022 15:53:57 +0000 (-0400) Subject: Some GNU extension attributes (#447) X-Git-Tag: v0.30~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1be8c1b438941e9fe79407508ffe77f4a7dee6d7;p=pyelftools.git Some GNU extension attributes (#447) --- diff --git a/elftools/dwarf/enums.py b/elftools/dwarf/enums.py index 1239ddc..9a58460 100644 --- a/elftools/dwarf/enums.py +++ b/elftools/dwarf/enums.py @@ -285,7 +285,10 @@ ENUM_DW_AT = dict( DW_AT_GNU_all_source_call_sites = 0x2118, DW_AT_GNU_macros = 0x2119, DW_AT_GNU_deleted = 0x211a, + DW_AT_GNU_dwo_name = 0x2130, DW_AT_GNU_dwo_id = 0x2131, + DW_AT_GNU_ranges_base = 0x2132, + DW_AT_GNU_addr_base = 0x2133, DW_AT_GNU_pubnames = 0x2134, DW_AT_GNU_pubtypes = 0x2135, DW_AT_GNU_discriminator = 0x2136,