From: Michal Malik Date: Mon, 15 Jun 2015 10:55:54 +0000 (+0200) Subject: Added SHT_GNU_LIBLIST constant to ENUM_SH_TYPE X-Git-Tag: v0.24~25^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77070223274c7732a64dacd36581129ddcfa9131;p=pyelftools.git Added SHT_GNU_LIBLIST constant to ENUM_SH_TYPE --- diff --git a/elftools/elf/enums.py b/elftools/elf/enums.py index 494827f..1469871 100644 --- a/elftools/elf/enums.py +++ b/elftools/elf/enums.py @@ -186,6 +186,7 @@ ENUM_SH_TYPE = dict( SHT_NUM=19, SHT_LOOS=0x60000000, SHT_GNU_HASH=0x6ffffff6, + SHT_GNU_LIBLIST=0x6ffffff7, SHT_GNU_verdef=0x6ffffffd, # also SHT_SUNW_verdef SHT_GNU_verneed=0x6ffffffe, # also SHT_SUNW_verneed SHT_GNU_versym=0x6fffffff, # also SHT_SUNW_versym, SHT_HIOS