DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

elf_end(S-osr5)


elf_end -- finish using an object file

Syntax

cc [flag . . . ] file . . . -lelf [library] . . .

#include <libelf.h>

int elf_end(Elf *elf);

Description

A program uses elf_end(S-osr5) to terminate an ELF descriptor, elf, and to deallocate data associated with the descriptor. Until the program terminates a descriptor, the data remain allocated. elf should be a value previously returned by elf_begin(S-osr5); a null pointer is allowed as an argument, to simplify error handling. If the program wishes to write data associated with the ELF descriptor to the file, it must use elf_update(S-osr5) before calling elf_end( ).

As elf_begin(S-osr5) explains, a descriptor can have more than one activation. Calling elf_end( ) removes one activation and returns the remaining activation count. The library does not terminate the descriptor until the activation count reaches zero.

Return values

A zero return value indicates that the ELF descriptor is no longer valid.

Diagnostics

Error conditions are identified through the routine elf_error(S-osr5).

See also

elf(S-osr5), elf_begin(S-osr5), elf_update(S-osr5)

Standards conformance

elf_end(S-osr5) is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005