Missing tags (#487)
authorSeva Alekseyev <sevaa@yarxi.ru>
Wed, 16 Aug 2023 00:31:26 +0000 (17:31 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 00:31:26 +0000 (17:31 -0700)
elftools/dwarf/enums.py

index 9a5846042134dd9c1b387a2d89ca7cce74a65b4d..e00915e067607ee02b0ab9c0cd335e60132c90ec 100644 (file)
@@ -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,