From cac2f1ca69354099592de38bb52f3847367f4af8 Mon Sep 17 00:00:00 2001 From: Seva Alekseyev Date: Tue, 15 Aug 2023 17:31:26 -0700 Subject: [PATCH] Missing tags (#487) --- elftools/dwarf/enums.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elftools/dwarf/enums.py b/elftools/dwarf/enums.py index 9a58460..e00915e 100644 --- a/elftools/dwarf/enums.py +++ b/elftools/dwarf/enums.py @@ -80,6 +80,10 @@ ENUM_DW_TAG = dict( DW_TAG_shared_type = 0x40, DW_TAG_type_unit = 0x41, DW_TAG_rvalue_reference_type = 0x42, + DW_TAG_template_alias = 0x43, + DW_TAG_coarray_type = 0x44, + DW_TAG_generic_subrange = 0x45, + DW_TAG_dynamic_type = 0x46, DW_TAG_atomic_type = 0x47, DW_TAG_call_site = 0x48, DW_TAG_call_site_parameter = 0x49, -- 2.30.2