Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ELF_BEGIN(3)		  Libelf Programmer's Manual		  ELF_BEGIN(3)

NAME
       elf_begin - Return descriptor for ELF file.

SYNOPSIS
       #include	<libelf.h>

       Elf  *elf_begin	(int  filedes,	Elf_Cmd	cmd, Elf *ref);	Elf *elf_clone
       (int filedes, Elf_Cmd cmd); int elf_end (Elf *elf);

DESCRIPTION
       The elf_begin()

RETURN VALUE
ERRORS
       elf_begin   ELF_E_NO_VERSION    ELF_E_INVALID_FILE    ELF_E_INVALID_CMD
       ELF_E_NOMEM elf_clone ELF_E_NOMEM elf_end

ATTRIBUTES
       For  an	explanation  of	 the  terms  used in this section, see attrib-
       utes(7).

SEE ALSO
Libelf				  2017-09-05			  ELF_BEGIN(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=elf_begin&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help