NAME
nnlliisstt - retrieve symbol table name list from an executable file
SYNOPSIS
##iinncclluuddee <
int> nnlliisstt(const char *filename, struct nlist *nl);
DESCRIPTION
The nnlliisstt() function retrieves name list entries from the symbol table ofan executable file. (See
erence the beginning of the list. The list is preened of binary and invalid data; if an entry in the name list is valid, the ntype and nvalue 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.) The argument nl is set to ref- 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 valueis -1.
SEE ALSO
Mach-O(5)
HISTORY A nnlliisstt() function appeared in Version 6 AT&T UNIX. Darwin April 19, 1994 Darwin