File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / man / man3 / nlist.3
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v12b, v121, HEAD
Power 6/32 Unix version 1.2b

.TH NLIST 3  "19 January 1983"
.UC 4
.SH NAME
nlist \- get entries from name list
.SH SYNOPSIS
.nf
.B #include <nlist.h>
.PP
.B nlist(filename, nl)
.B char *filename;
.B struct nlist nl[];
.fi
.SH DESCRIPTION
.I Nlist
examines the name list in the given executable output file
and selectively extracts a list of values.
The name list consists of an array of structures containing names,
types and values.
The list is terminated with a null name.
Each name is looked up in the name list of the file.
If the name is found, the type and value of the
name are inserted in the next two fields.
If the name is not found, both entries are set to 0.
See
.IR a.out (5)
for the structure declaration.
.PP
This subroutine is useful for examining the system name list kept in the file
.BR /vmunix .
In this way programs can obtain system addresses that are up to date.
.SH "SEE ALSO"
a.out(5)
.SH DIAGNOSTICS
All type entries are set to 0 if the file cannot be found
or if it is not a valid namelist.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.