From 1be8c1b438941e9fe79407508ffe77f4a7dee6d7 Mon Sep 17 00:00:00 2001 From: Seva Alekseyev Date: Tue, 18 Oct 2022 11:53:57 -0400 Subject: [PATCH] Some GNU extension attributes (#447) --- elftools/dwarf/enums.py | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.30.2