Lines Matching defs:NLIST
67 static char sccsid[] = "from: @(#)nlist.c 8.1 (Berkeley) 6/6/93";
91 typedef struct nlist NLIST;
112 NLIST nbuf;
175 data.size = sizeof(NLIST);
180 nsyms = ebuf.a_syms / sizeof(struct nlist);
182 if (fread((char *)&nbuf, sizeof (NLIST), 1, fp) != 1) {
234 data.size = sizeof(NLIST);
263 struct nlist nl[2];
268 if (nlist(name, nl) != 0) {