diff options
Diffstat (limited to 'lib/libelf/_libelf.h')
-rw-r--r-- | lib/libelf/_libelf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libelf/_libelf.h b/lib/libelf/_libelf.h index 08185cc..3053bce 100644 --- a/lib/libelf/_libelf.h +++ b/lib/libelf/_libelf.h @@ -176,6 +176,7 @@ void (*_libelf_get_translator(Elf_Type _t, int _direction, int _elfclass)) void *_libelf_getphdr(Elf *_e, int _elfclass); void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass); void _libelf_init_elf(Elf *_e, Elf_Kind _kind); +int _libelf_load_scn(Elf *e, void *ehdr); int _libelf_malign(Elf_Type _t, int _elfclass); size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version); void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count); |