Skip to content

Commit cac2f1c

Browse files
authored
Missing tags (#487)
1 parent 9ffa0b5 commit cac2f1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elftools/dwarf/enums.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
DW_TAG_shared_type = 0x40,
8181
DW_TAG_type_unit = 0x41,
8282
DW_TAG_rvalue_reference_type = 0x42,
83+
DW_TAG_template_alias = 0x43,
84+
DW_TAG_coarray_type = 0x44,
85+
DW_TAG_generic_subrange = 0x45,
86+
DW_TAG_dynamic_type = 0x46,
8387
DW_TAG_atomic_type = 0x47,
8488
DW_TAG_call_site = 0x48,
8589
DW_TAG_call_site_parameter = 0x49,

0 commit comments

Comments
 (0)