summaryrefslogtreecommitdiff
path: root/libelf/libelf.map
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-03 00:02:56 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-03 00:02:56 +0000
commit41de488a0ad6679e816dbab960351e5f62ab8ead (patch)
treed4387847c11e48ccc8fa55ace24bcd2a595d0d84 /libelf/libelf.map
parentc911c9efe553d9af2d4fb0d420d8b614983e16ac (diff)
downloadelfutils-41de488a0ad6679e816dbab960351e5f62ab8ead.tar.gz
Add several more elflint tests:
- check whether dynamic section matches PT_DYNAMIC program header entry - make sure text relocation flag is used correctly libelf needed one extension for this.
Diffstat (limited to 'libelf/libelf.map')
-rw-r--r--libelf/libelf.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map
index f416da7f..a5193b32 100644
--- a/libelf/libelf.map
+++ b/libelf/libelf.map
@@ -7,6 +7,7 @@ ELFUTILS_1.0 {
elf32_getshdr;
elf32_newehdr;
elf32_newphdr;
+ elf32_offscn;
elf32_xlatetof;
elf32_xlatetom;
elf64_checksum;
@@ -16,6 +17,7 @@ ELFUTILS_1.0 {
elf64_getshdr;
elf64_newehdr;
elf64_newphdr;
+ elf64_offscn;
elf64_xlatetof;
elf64_xlatetom;
elf_begin;
@@ -75,6 +77,7 @@ ELFUTILS_1.0 {
gelf_getversym;
gelf_newehdr;
gelf_newphdr;
+ gelf_offscn;
gelf_rawchunk;
gelf_update_dyn;
gelf_update_ehdr;