*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nlist | Section: 3 | Source: FreeBSD | File: nlist.3.gz
NLIST(3) FreeBSD Library Functions Manual NLIST(3) NAME nlist - retrieve symbol table name list from an executable file LIBRARY Standard C Library (libc, -lc) 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 data; 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 elf(5) HISTORY A nlist() function appeared in Version 6 AT&T UNIX. FreeBSD 14.1-RELEASE-p8 April 19, 1994 FreeBSD 14.1-RELEASE-p8

Navigation Options