projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba39f1
)
Update enums.py
author
shuxin
<shuxin@users.noreply.github.com>
Mon, 16 Jan 2017 10:53:49 +0000
(18:53 +0800)
committer
GitHub
<noreply@github.com>
Mon, 16 Jan 2017 10:53:49 +0000
(18:53 +0800)
add an mips tag
elftools/elf/enums.py
patch
|
blob
|
history
diff --git
a/elftools/elf/enums.py
b/elftools/elf/enums.py
index ddae433420a345a22cdacd8a9711858d9bc19952..aa1174ad3a5cf444ed5e7ec75a02801a4cfa0aba 100644
(file)
--- a/
elftools/elf/enums.py
+++ b/
elftools/elf/enums.py
@@
-421,6
+421,7
@@
ENUM_D_TAG = dict(
DT_MIPS_GOTSYM=0x70000013,
DT_MIPS_HIPAGENO=0x70000014,
DT_MIPS_RLD_MAP=0x70000016,
+ DT_MIPS_RLD_MAP_REL=0x70000035,
DT_AUXILIARY=0x7ffffffd,
DT_FILTER=0x7fffffff,
_default_=Pass,