summaryrefslogtreecommitdiff
path: root/tests/run-elfputzdata.sh
Commit message (Collapse)AuthorAgeFilesLines
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-061-8/+8
| | | | | | | | | elf_strptr indexes into the section data. This is defined as index into the uncompressed data of the section. If the section is compressed make sure the uncompressed data is available, but don't really decompress the section header (elf_getdata will still return compressed data). Signed-off-by: Mark Wielaard <mjw@redhat.com>
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-061-0/+340
Signed-off-by: Mark Wielaard <mjw@redhat.com>