From 3a3cf95f412c9b2ce920cd9ff62cabd7e78e5ee5 Mon Sep 17 00:00:00 2001 From: Seva Alekseyev Date: Thu, 3 Oct 2024 10:20:46 -0400 Subject: [PATCH] Added XHASH to ENUM_D_TAG_MIPS --- elftools/elf/enums.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elftools/elf/enums.py b/elftools/elf/enums.py index 6ab9db0c..1a2aeb95 100644 --- a/elftools/elf/enums.py +++ b/elftools/elf/enums.py @@ -621,6 +621,7 @@ DT_MIPS_HIPAGENO=0x70000014, DT_MIPS_RLD_MAP=0x70000016, DT_MIPS_RLD_MAP_REL=0x70000035, + DT_MIPS_XHASH=0x70000036, ) ENUM_D_TAG_AARCH64 = dict(