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:

209580

userrating:


May 25th. 2007:
Words

486

Views

258588

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:

149878

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ELF_NEXTSCN

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

 

NAME

elf_nextscn- Return the next section in an ELF descriptor.

 

SYNOPSIS

#include <libelf.h>

Elf_Scn *elf_nextscn(Elf *elf, Elf_Scn *scn);

 

DESCRIPTION

The elf_nextscn() function returns a handle to the next section in the ELF object descriptor elf. If scn is NULL, the first section (with index 1) is returned. Section index 0 is reserved and skipped.

If scn is not NULL, the section immediately following it is returned. If there are no further sections, NULL is returned.

 

PARAMETERS

elf
A pointer to an ELF descriptor.
scn
A section handle returned by elf_getscn(3), or NULL to begin iteration.

 

RETURN VALUE

Returns a pointer to the next Elf_Scn structure in the section list, or NULL if there are no more sections or if elf is NULL.

 

SEE ALSO

elf_getscn(3), elf_newscn(3), libelf(3), elf(5)

 

ATTRIBUTES

InterfaceAttributeValue
elf_nextscn() Thread safetyM-Safe

 

REPORTING BUGS

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO
ATTRIBUTES
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: 13.6 ms