The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    nlist
    
     - retrieve symbol table name list from an executable file
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <nlist.h>
    int nlist (const char *filename struct nlist *nl);
     

    DESCRIPTION

    The nlist ();
    function retrieves name list entries from the symbol table of an executable file (see a.out5). The argument Fa nl is set to reference the beginning of the list. The list is preened of binary and invalid data; if an entry in the name list is valid, the Fa n_type and Fa n_value for the entry are copied into the list referenced by Fa nl . No other data is copied. The last entry in the list is always NULL  

    RETURN VALUES

    The number of invalid entries is returned if successful; otherwise, if the file Fa filename does not exist or is not executable, the returned value is -1.  

    SEE ALSO

    a.out5  

    HISTORY

    A nlist ();
    function appeared in AT&T System v6 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    HISTORY


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




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

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