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:

209581

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_GETDATA

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

NAME

elf_getdata - Get washed data of section
 

SYNOPSIS

#include <libelf.h>

Elf_Data * elf_getdata (Elf_Scn *scn, Elf_Data *data);  

DESCRIPTION

The elf_getdata() function allows the user to retrieve the data buffers of the section scn
 . There can be more than one buffer if the user explicitly added them. When a file is read the libelf library creates exactly one data buffer.

The first buffer in the list can be obtained by passing a null pointer in the parameter data. To get the next data buffer the previously returned value must be passed in the data parameter. If there are no more buffer left in the list a null pointer is returned.

If the data parameter is not a null pointer it must be a descriptor for a buffer associated with the section scn . If this is not the case a null pointer is returned. To facilitate error handling elf_getdata also returns a null pointer if the scn parameter is a null pointer.


 

Index

NAME
SYNOPSIS
DESCRIPTION





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: 15.7 ms