GELF_FSIZE(3) | Library Functions Manual | GELF_FSIZE(3) |
gelf_fsize
, elf32_fsize
,
elf64_fsize
—
#include <libelf.h>
size_t
elf32_fsize
(Elf_Type
type, size_t count,
unsigned int
version);
size_t
elf64_fsize
(Elf_Type
type, size_t count,
unsigned int
version);
#include
<gelf.h>
size_t
gelf_fsize
(Elf
*elf, Elf_Type
type, size_t count,
unsigned int
version);
Functions elf32_fsize
() and
elf64_fsize
() return sizes for files of class
ELFCLASS32
and ELFCLASS64
respectively. Function gelf_fsize
() returns the size
for the class of ELF descriptor elf.
ELF_E_ARGUMENT
]gelf_fsize
().ELF_E_ARGUMENT
]ELF_E_ARGUMENT
]ELF_E_UNIMPL
]ELF_E_VERSION
]February 5, 2008 | NetBSD 9.0 |