diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2010-09-04 12:40:06 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2010-09-04 12:40:06 +0000 |
| commit | 7af6c9deaa8b123c1a13db69cea4f11a01d70c62 (patch) | |
| tree | 7fe62203f5d43f459e2f4ca51bfa197841509d7a /lib/libelf/_libelf.h | |
| parent | 0dadf6e184e7ea8a6eb57373adee19eef620b147 (diff) | |
Notes
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 08185cc76c7f..3053bce5d25b 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); |
