diff options
author | Mark Wielaard <[email protected]> | 2015-11-20 00:12:37 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2016-01-06 14:27:10 +0100 |
commit | 5ddb50af4a488fdec358570502cbe058acb8ae93 (patch) | |
tree | 050c8d623b4832395b39eeebc30ad8ad63e2f0cb /libelf/libelf.map | |
parent | 0c32b6f086b9838fe4b7d93575068554d0c420f7 (diff) |
libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.
Elf_Data of a compressed section has type ELF_T_CHDR. This type can be
xlated to the file or memory representation. This will make sure the Chdr
is in the correct endianess. The compressed data following the Chdr isn't
translated.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libelf/libelf.map')
-rw-r--r-- | libelf/libelf.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map index de6d912a..d402ccc0 100644 --- a/libelf/libelf.map +++ b/libelf/libelf.map @@ -138,3 +138,10 @@ ELFUTILS_1.6 { global: elf_getphdrnum; } ELFUTILS_1.5; + +ELFUTILS_1.7 { + global: + elf32_getchdr; + elf64_getchdr; + gelf_getchdr; +} ELFUTILS_1.6;
\ No newline at end of file |