From: Seva Alekseyev Date: Wed, 16 Aug 2023 00:31:26 +0000 (-0700) Subject: Missing tags (#487) X-Git-Tag: v0.30~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cac2f1ca69354099592de38bb52f3847367f4af8;p=pyelftools.git Missing tags (#487) --- 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,