The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    elf_getarhdr
    
     - retrieve ar(1) header for an archive member
    
     
    

    LIBRARY

    Lb libelf
    
     
    

    SYNOPSIS

       #include <libelf.h>
    Elf_Arhdr * elf_getarhdr (Elf *elf);
     

    DESCRIPTION

    The elf_getarhdr ();
    function returns a pointer to an archive member header for a descriptor elf This descriptor must have been returned by a prior call to elf_begin3, and must be a descriptor for a member inside an ar(1) archive.

    Structure Vt Elf_Arhdr includes the following members:

    Vt char * ar_name
    A pointer to a null terminated string containing the translated name of the archive member.
    Vt char * ar_rawname
    A pointer to a null terminated string containing the untranslated name for the archive member, including all ar(1) formatting characters and trailing white space.
    Vt time_t ar_date
    The timestamp associated with the member.
    Vt uid_t ar_uid
    The uid of the creator of the member.
    Vt gid_t ar_gid
    The gid of the creator of the member.
    Vt mode_t ar_mode
    The file mode of the member.
    Vt size_t ar_size
    The size of the member in bytes.

     

    RETURN VALUES

    This function returns a valid pointer to an Vt Elf_Arhdr structure if successful, or NULL if an error is encountered.  

    ERRORS

    Function elf_getarhdr ();
    may fail with the following errors:

    Bq Er ELF_E_ARGUMENT
    Argument elf was NULL.
    Bq Er ELF_E_ARGUMENT
    Argument elf was not a descriptor for a member of an ar(1) archive.

     

    SEE ALSO

    elf(3), elf_begin3, elf_getarsym3, elf_memory3


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO


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




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

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