projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffa0b5
)
Missing tags (#487)
author
Seva Alekseyev
<sevaa@yarxi.ru>
Wed, 16 Aug 2023 00:31:26 +0000
(17:31 -0700)
committer
GitHub
<noreply@github.com>
Wed, 16 Aug 2023 00:31:26 +0000
(17:31 -0700)
elftools/dwarf/enums.py
patch
|
blob
|
history
diff --git
a/elftools/dwarf/enums.py
b/elftools/dwarf/enums.py
index 9a5846042134dd9c1b387a2d89ca7cce74a65b4d..e00915e067607ee02b0ab9c0cd335e60132c90ec 100644
(file)
--- 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,