|
NAMEelf_end —
release an ELF descriptor
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
int
DESCRIPTIONFunctionelf_end () is used to release the resources
associated with an ELF descriptor pointed to by argument
elf. This descriptor must have been allocated by a
previous call to
elf_begin(3)
or
elf_memory(3).
For programming convenience, a NULL value is permitted for argument
elf.
A call to Once function RETURN VALUESFunctionelf_end () returns the current value of the ELF
descriptor elf's activation count, or zero if argument
elf was NULL.
SEE ALSOelf(3), elf_begin(3), elf_memory(3), gelf(3)
Visit the GSP FreeBSD Man Page Interface. |