|


| NAVIGATION |
|
Home |
|
Store |
|
|
| INSIDE MAC |
|
Television Shows |
|
Broadcast Shows |
|
Daily News Shows |
|
Special Shows |
|
|
| EVENTS |
|
|
|
|
|
|
|
|
| DAILY TIPS |
|
Design |
|
Mac OS X |
|
Mac OS X UNIX |
|
|
| COMMUNITY |
|
Forums |
|
Surveys |
|
|
| NEWS |
|
Current |
|
Press |
|
Archive |
|
|
| FEATURES |
|
Editorial |
|
Dr. Mac |
|
Reviews |
|
Reader Reports |
|
|
| RESOURCES |
|
FAQ |
|
Documentation |
|
Learning Center |
|
MAN pages |
|
Glossary |
|
Tutorials |
|
Tips |
|
Links |
|
|
|

|
|
|
#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.out(5).) The argument nl is set to reference
the beginning of the list. The list is preened of binary and invalid da-
ta; if an entry in the name list is valid, the n_type and n_value for the
entry are copied into the list referenced by 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 filename does not exist or is not executable, the returned value
is -1.
SEE ALSO
a.out(5)
HISTORY
A nlist() function appeared in Version 6 AT&T UNIX.
4th Berkeley Distribution April 19, 1994 1
|





|
 |
|
 |
Copyright © 2000-2008 Inside Mac Media, Inc. All rights reserved. |
Apple assumes no responsibility with regard to the selection, performance, or use of the products or services. All understandings, agreements, or warranties, if any, take place directly between the vendors and prospective users. |
| Apple, the Apple logo, Mac, PowerMac G4, PowerMac G5, Xserve, Xserve RAID, PowerBook, iBook, Airport, AirPort Extreme, iMac, eMac, iLife, iMovie, iCal, iPhoto, iTunes, QuickTime, FireWire, iPod, iSight, AppleWorks, Macintosh, Jaguar, Panther, Mac OS, Mac OS X and Mac OS X Server are trademarks of Apple Computer, Inc. |
|