From: shuxin Date: Mon, 16 Jan 2017 10:53:49 +0000 (+0800) Subject: Update enums.py X-Git-Tag: v0.25~51^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0ceabc94cc424c03efc09c6aa8a337895791b6;p=pyelftools.git Update enums.py add an mips tag --- diff --git a/elftools/elf/enums.py b/elftools/elf/enums.py index ddae433..aa1174a 100644 --- 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,