The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

elf_kind (3)
  • elf_kind (3) ( Solaris man: Библиотечные вызовы )
  • >> elf_kind (3) ( FreeBSD man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    elf_kind
    
     - determine ELF file type
    
     
    

    LIBRARY

    Lb libelf
    
     
    

    SYNOPSIS

       #include <libelf.h>
    Elf_Kind elf_kind (Elf *elf);
     

    DESCRIPTION

    The elf_kind ();
    function identifies the kind of file associated with its argument elf The argument elf is allowed to be NULL.  

    RETURN VALUES

    The elf_kind ();
    function returns one of the following values:

    ELF_K_AR
    The file associated with argument elf is an archive.
    ELF_K_ELF
    The file associated with argument elf is an ELF file.
    ELF_K_NONE
    The argument elf was NULL, or the ELF library could not determine the type of the file associated with argument elf or an error occurred when processing.

     

    SEE ALSO

    elf(3), elf_begin3, elf_getident3, gelf(3)


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру