From 3d0ceabc94cc424c03efc09c6aa8a337895791b6 Mon Sep 17 00:00:00 2001 From: shuxin Date: Mon, 16 Jan 2017 18:53:49 +0800 Subject: [PATCH] Update enums.py add an mips tag --- elftools/elf/enums.py | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2