Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 124) sorted by relevance

12345

/original-bsd/old/ratfor/
H A Drlook.c12 struct nlist { struct
16 struct nlist *next; argument
19 struct nlist *hshtab[HSHSIZ];
20 struct nlist *lookup();
26 struct nlist *lookup(str) in lookup()
30 register struct nlist *np;
31 static struct nlist nodef;
51 register struct nlist *np;
54 np = (struct nlist *)malloc(sizeof(*np));
H A Dr.h58 struct nlist { struct
62 struct nlist *next; argument
65 struct nlist *lookup();
/original-bsd/old/adb/common_source/
H A Dsym.c23 struct nlist *
27 register struct nlist *sp;
40 struct nlist *
46 register struct nlist *sp;
48 struct nlist *sym;
80 struct nlist *
82 struct nlist *sym; in nextlocal()
119 struct nlist *sp;
139 struct nlist *sp;
H A Ddefs.h191 struct nlist *lookup(); /* look up a symbol */
192 struct nlist *findsym(); /* like lookup, but allows an offset */
193 struct nlist *nextlocal(); /* given a sym, return the next local sym */
195 struct nlist *symtab; /* symbol table */
196 struct nlist *esymtab; /* end of symtab */
/original-bsd/old/symorder/
H A Dsymorder.c38 struct nlist order[SPACE];
42 struct nlist *newtab, *symtab;
53 register struct nlist *p, *symp;
131 newtab = (struct nlist *)malloc(n);
132 if (newtab == (struct nlist *)NULL)
135 i = n / sizeof(struct nlist);
157 n = symfound * sizeof(struct nlist);
188 register struct nlist *st1, *st2; in reorder()
191 register struct nlist *p;
207 register struct nlist *p; in inlist()
[all …]
/original-bsd/lib/libkvm/
H A Dkvm_mips.c61 struct nlist nlist[3]; local
68 nlist[0].n_name = "Sysmap";
69 nlist[1].n_name = "Sysmapsize";
70 nlist[2].n_name = 0;
72 if (kvm_nlist(kd, nlist) != 0) {
76 if (KREAD(kd, (u_long)nlist[0].n_value, &vm->Sysmap)) {
80 if (KREAD(kd, (u_long)nlist[1].n_value, &vm->Sysmapsize)) {
H A Dkvm_hp300.c72 struct nlist nlist[4]; local
79 nlist[0].n_name = "_lowram";
80 nlist[1].n_name = "_mmutype";
81 nlist[2].n_name = "_Sysseg";
82 nlist[3].n_name = 0;
84 if (kvm_nlist(kd, nlist) != 0) {
89 if (KREAD(kd, (u_long)nlist[0].n_value, &vm->lowram)) {
93 if (KREAD(kd, (u_long)nlist[1].n_value, &vm->mmutype)) {
97 if (KREAD(kd, (u_long)nlist[2].n_value, &vm->Sysseg)) {
H A Dkvm_sparc.c69 struct nlist nlist[2]; local
113 nlist[0].n_name = "_pmap_stod";
114 nlist[1].n_name = 0;
115 if (kvm_nlist(kd, nlist) != 0) {
119 if (kvm_read(kd, (u_long)nlist[0].n_value,
H A Dkvm_getloadavg.c27 static struct nlist nl[] = {
48 struct nlist *p;
/original-bsd/sys/deprecated/kdb/
H A Dkdb_sym.c21 register struct nlist *sp;
23 kdbsymtab = (struct nlist *)sym, kdbesymtab = (struct nlist *)esym;
39 struct nlist *
43 register struct nlist *sp;
64 register struct nlist *sp;
92 register struct nlist *sp;
H A Ddefs.h112 struct nlist *kdbsymtab, *kdbesymtab;
113 struct nlist *kdbcursym;
114 struct nlist *kdblookup();
/original-bsd/include/
H A Dnlist.h22 struct nlist { struct
56 int nlist __P((const char *, struct nlist *)); argument
/original-bsd/old/adb/adb.vax/
H A Dhead.h6 struct nlist *symtab, *esymtab;
7 struct nlist *cursym;
8 struct nlist *lookup();
H A Dsym.c11 struct nlist *
15 register struct nlist *sp;
36 register struct nlist *sp;
65 register struct nlist *sp;
/original-bsd/old/adb/adb.tahoe/
H A Dhead.h6 struct nlist *symtab, *esymtab;
7 struct nlist *cursym;
8 struct nlist *lookup();
H A Dsym.c14 struct nlist *
18 register struct nlist *sp;
39 register struct nlist *sp;
68 register struct nlist *sp;
/original-bsd/lib/libc/gen/
H A Dnlist.c24 nlist(name, list) in nlist() function
26 struct nlist *list;
43 register struct nlist *list;
45 register struct nlist *p, *s;
51 struct nlist nbuf[1024];
/original-bsd/lib/libc/mips/gen/
H A Dnlist.c24 nlist(name, list) in nlist() function
26 struct nlist *list;
43 register struct nlist *list;
45 register struct nlist *p, *s;
51 struct nlist nbuf[1024];
/original-bsd/old/eqn/common_source/
H A Dpile.c15 int bi, hi, i, gap, h, b, nlist, nlist2, mid; local
23 nlist = p2 - p1;
24 nlist2 = (nlist+1)/2;
29 eht[yyval] = h + (nlist-1)*gap;
33 ebase[yyval] = (nlist%2) ? b + ebase[lp[mid]]
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dpile.c10 int i, nlist, nlist2, mid; local
26 nlist = p2 - p1;
27 nlist2 = (nlist+1)/2;
32 eht[yyval] = h + (nlist-1)*gap;
36 ebase[yyval] = (nlist%2) ? b + ebase[lp[mid]]
/original-bsd/old/sdb/
H A Dsymt.c17 struct nlist *symtab;
22 struct nlist *buff;
54 struct nlist stentry; in initfp()
65 register struct nlist *sp; in initfp()
303 struct nlist stentry;
413 struct nlist stentry;
523 struct nlist stentry;
662 struct nlist stentry;
760 struct nlist stentry;
782 struct nlist stentry;
[all …]
/original-bsd/usr.bin/ld/
H A Dld.c547 struct nlist *symbols;
1682 register struct nlist
2729 struct nlist *sym;
2828 struct nlist *tmp;
3106 struct nlist *s;
3626 (((struct nlist *)
3971 (((struct nlist *)
4072 struct nlist *buf in write_syms()
4113 struct nlist nl; in write_syms()
4223 struct nlist *buf
[all …]
/original-bsd/games/snake/snake/
H A Dbusy.c41 struct nlist nl[] = {
56 nlist("/vmunix", nl);
/original-bsd/old/ld/
H A Dld.c802 register struct nlist *sp;
803 struct nlist *savnext;
899 register struct nlist *sp; in middle()
1021 struct nlist *sym;
1030 register struct nlist *sp; in ldrsym()
1154 register struct nlist *sp;
1630 struct nlist *sp;
1794 struct nlist **
1845 struct nlist *saved;
1870 struct nlist **
[all …]
/original-bsd/bin/ps/
H A Dnlist.c30 struct nlist psnl[] = {
101 struct nlist nl[]; in nlisterr()

12345