projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d9663
)
Some GNU extension attributes (#447)
author
Seva Alekseyev
<sevaa@yarxi.ru>
Tue, 18 Oct 2022 15:53:57 +0000
(11:53 -0400)
committer
GitHub
<noreply@github.com>
Tue, 18 Oct 2022 15:53:57 +0000
(08:53 -0700)
elftools/dwarf/enums.py
patch
|
blob
|
history
diff --git
a/elftools/dwarf/enums.py
b/elftools/dwarf/enums.py
index 1239ddc83f8114de6c7a679d1249d5d6b35ecd26..9a5846042134dd9c1b387a2d89ca7cce74a65b4d 100644
(file)
--- a/
elftools/dwarf/enums.py
+++ b/
elftools/dwarf/enums.py
@@
-285,7
+285,10
@@
ENUM_DW_AT = dict(
DW_AT_GNU_all_source_call_sites = 0x2118,
DW_AT_GNU_macros = 0x2119,
DW_AT_GNU_deleted = 0x211a,
+ DW_AT_GNU_dwo_name = 0x2130,
DW_AT_GNU_dwo_id = 0x2131,
+ DW_AT_GNU_ranges_base = 0x2132,
+ DW_AT_GNU_addr_base = 0x2133,
DW_AT_GNU_pubnames = 0x2134,
DW_AT_GNU_pubtypes = 0x2135,
DW_AT_GNU_discriminator = 0x2136,