Skip to content

Commit

Permalink
Added XHASH to ENUM_D_TAG_MIPS (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaa authored Oct 7, 2024
1 parent 59ad15e commit e4b8ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elftools/elf/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e4b8ad9

Please sign in to comment.