HomeSort by: relevance | last modified time | path
    Searched defs:NLIST (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/kvm_mkdb/
nlist_aout.c 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)
    [all...]
nlist_coff.c 63 typedef struct nlist NLIST;
87 struct nlist nbuf;
163 * Set up the data item, pointing to a nlist structure.
244 * Convert the symbol information into an nlist structure,
nlist_ecoff.c 63 typedef struct nlist NLIST;
88 struct nlist nbuf;
159 * Set up the data item, pointing to a nlist structure.
203 * Convert the symbol information into an nlist structure,
nlist_elf32.c 76 typedef struct nlist NLIST;
98 struct nlist nbuf;
236 * Set up the data item, pointing to a nlist structure.
286 * Convert the symbol information into an nlist structure,

Completed in 14 milliseconds