Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
Others
NLIST(3) OpenBSD Programmer's Manual NLIST(3)
NAME
nlist - retrieve symbol table name list from an executable file
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.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 always has its n_name field set to NULL.
RETURN VALUES
The number of invalid entries is returned if successful; otherwise, if
the file filename does not exist or is not an executable, the returned
value is -1.
SEE ALSO
a.out(5)
HISTORY
A nlist() function appeared in Version 6 AT&T UNIX.
OpenBSD 2.6 April 19, 1994 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for nlist(3) functions OpenBSD sources for nlist(3)
Up to: Debugging and Tracing (utilities, system and library calls which support debugging and tracing)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
nlist.3/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|