from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209584

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ELF_VERSION

Section: Libelf Programmer's Manual (3)
Updated: 202-0-26
Index Return to Main Contents

 

NAME

elf_version - set the ELF version for libelf.

 

SYNOPSIS

#include <libelf.h>

unsigned int elf_version(unsigned int version);

 

DESCRIPTION

The elf_version function sets libelf's ELF version to the specified value. This function must be called before any other libelf functions are used.

 

PARAMETERS

version
An unsigned int value specifying the desired ELF version for the library. This is should be set to EV_CURRENT to indicate the current ELF version. At this time the only supported ELF version is EV_CURRENT.

 

RETURN VALUE

The elf_version function returns EV_CURRENT if version is supported and sets the library's ELF version to this value. If the given version is EV_NONE, then this function returns EV_CURRENT and does not set the library's ELF version. If the specified version is not supported, this function returns EV_NONE.

 

REPORTING BUGS

Report bugs to <elfutil-devel@sourceware.org> or https://sourceware.org/bugzilla/.


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
REPORTING BUGS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 20.2 ms