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:

209583

userrating:


May 25th. 2007:
Words

486

Views

258591

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_KIND

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

 

NAME

elf_kind - Determine the type of file represented by an ELF descriptor.

 

SYNOPSIS

#include <libelf.h>

Elf_Kind elf_kind(Elf *elf);

 

DESCRIPTION

The elf_kind function determines the file type of the file represented by elf. This type identifies whether the descriptor represents an ELF object, an archive member, or some other type of file.

 

PARAMETERS

elf
The ELF descriptor.

 

RETURN VALUE

The file type of the file represented by elf. The possible return value are

ELF_K_NONE
Unknown file type.

ELF_K_AR
Archive member.

ELF_K_COFF
COFF object file. COFF is not supported by elfutils libelf.

ELF_K_ELF
ELF object file.

 

SEE ALSO

ar(1), ranlib(1), libelf(3), elf(5)

 

ATTRIBUTES

For an explanation of the terms used in this section, see attributes(7).
InterfaceAttributeValue
elf_kind() 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: 14.0 ms