scripts/glibcelf.py: Add hashing support
authorFlorian Weimer <fweimer@redhat.com>
Fri, 19 Aug 2022 09:16:32 +0000 (11:16 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 23 Aug 2022 17:33:38 +0000 (19:33 +0200)
commitbd13cb19f5e15e9e9a92a536e755fd93a97a67f6
treeb1ab4c7e4bc89fe2c1e894702d5b335eb622808b
parentaf6b1cce9812273c7f597be6536d28eaec6fb89b
scripts/glibcelf.py: Add hashing support

ELF and GNU hashes can now be computed using the elf_hash and
gnu_hash functions.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
elf/tst-glibcelf.py
scripts/glibcelf.py