home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / nlist.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. NLIST(3)                   UNIX Programmer's Manual                   NLIST(3)
  3.  
  4. NNAAMMEE
  5.      nnlliisstt - retrieve symbol table name list from an executable file
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<nnlliisstt..hh>>
  9.  
  10.      _i_n_t
  11.      nnlliisstt(_c_o_n_s_t _c_h_a_r _*_f_i_l_e_n_a_m_e, _s_t_r_u_c_t _n_l_i_s_t _*_n_l)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The nnlliisstt() function retrieves name list entries from the symbol table of
  15.      an exectutable file. (See a.out(5).)  The argument _n_l is set to reference
  16.      the beginning of the list.  The list is preened of binary and invalid da­
  17.      ta; if an entry in the name list is valid, the _n___t_y_p_e and _n___v_a_l_u_e for the
  18.      entry are copied into the list referenced by _n_l. No other data is copied.
  19.      The last entry in the list is always NULL.
  20.  
  21. RREETTUURRNN VVAALLUUEESS
  22.      The number of invalid entries is returned if successful; otherwise, if
  23.      the file _f_i_l_e_n_a_m_e does not exist or is not exectuable, the returned value
  24.      is -1.
  25.  
  26. SSEEEE AALLSSOO
  27.      a.out(5)
  28.  
  29. HHIISSTTOORRYY
  30.      A nnlliisstt() function appeared in Version 6 AT&T UNIX.
  31.  
  32. 4th Berkeley Distribution       April 19, 1991                               1
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.