*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: elf_end | Section: 3 | Source: MINIX | File: elf_end.3
ELF_END(3) FreeBSD Library Functions Manual ELF_END(3) NAME elf_end - release an ELF descriptor LIBRARY ELF Access Library (libelf, -lelf) SYNOPSIS #include <libelf.h> int elf_end(Elf *elf); DESCRIPTION Function elf_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 elf_end() decrements the activation count for descriptor elf by one. The resources associated with the descriptor are only released with its activation count goes to zero. Once function elf_end() returns zero, the ELF descriptor elf will no longer be valid and should not be used further. RETURN VALUES Function elf_end() returns the current value of the ELF descriptor elf's activation count, or zero if argument elf was NULL. SEE ALSO elf(3), elf_begin(3), elf_memory(3), gelf(3) FreeBSD 14.1-RELEASE-p8 June 29, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options