projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa46554
)
DW_AT_virtual (#380)
author
Seva Alekseyev
<sevaa@sprynet.com>
Sat, 6 Nov 2021 20:58:46 +0000
(16:58 -0400)
committer
GitHub
<noreply@github.com>
Sat, 6 Nov 2021 20:58:46 +0000
(13:58 -0700)
* DWARF 5 tags and attributes
* DW_AT_virtual
Co-authored-by: Seva Alekseyev <sevaa@nih.gov>
elftools/dwarf/enums.py
patch
|
blob
|
history
diff --git
a/elftools/dwarf/enums.py
b/elftools/dwarf/enums.py
index c90086726681ec373b31e65d7e4cac5694e94a56..5baa7ce4b9163241b4354fd2221857259f2d55c8 100644
(file)
--- a/
elftools/dwarf/enums.py
+++ b/
elftools/dwarf/enums.py
@@
-152,6
+152,7
@@
ENUM_DW_AT = dict(
DW_AT_bit_stride = 0x2e,
DW_AT_stride_size = 0x2e,
DW_AT_upper_bound = 0x2f,
+ DW_AT_virtual = 0x30,
DW_AT_abstract_origin = 0x31,
DW_AT_accessibility = 0x32,
DW_AT_address_class = 0x33,