Home
last modified time | relevance | path

Searched refs:NLIST (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/strip/
H A Dstrip.c33 typedef struct nlist NLIST; typedef
127 register NLIST *sym, *nsym;
129 NLIST *symbase;
159 sym = nsym = symbase = (NLIST *)((char *)ep + N_SYMOFF(*ep));
176 for (cnt = ep->a_syms / sizeof(NLIST); cnt--; ++sym)
188 ep->a_syms = (nsym - symbase) * sizeof(NLIST);
/original-bsd/usr.sbin/kvm_mkdb/
H A Dnlist.c28 typedef struct nlist NLIST; typedef
46 NLIST nbuf;
89 data.size = sizeof(NLIST);
94 if (fread((char *)&nbuf, sizeof (NLIST), 1, fp) != 1) {
144 data.size = sizeof(NLIST);