The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    elf_rawfile
    
     - return uninterpreted contents of an ELF file
    
     
    

    LIBRARY

    Lb libelf
    
     
    

    SYNOPSIS

       #include <libelf.h>
    char * elf_rawfile (Elf *elf size_t *sz);
     

    DESCRIPTION

    Function elf_rawfile ();
    returns the uninterpreted contents of the file referenced by ELF descriptor elf

    If argument sz is non-null, the function stores the file's size in bytes in the location to which it points. A value of zero is written to this location if an error is encountered.  

    RETURN VALUES

    Function elf_rawfile ();
    returns a valid pointer if successful or NULL if an error occurs.  

    ERRORS

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

    Bq Er ELF_E_ARGUMENT
    Argument elf was NULL.
    Bq Er ELF_E_SEQUENCE
    Argument elf was opened for writing and function elf_rawfile ();
    was invoked before elf_update3.

     

    SEE ALSO

    elf(3), elf_getdata3, elf_getident3, elf_kind3, elf_update3


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO


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




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

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