Searched refs:nlist (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-current/cddl/contrib/opensolaris/head/
H A Dnlist.h36 struct nlist { struct
45 extern int nlist(const char *, struct nlist *);
/freebsd-current/include/
H A Dnlist.h44 int nlist(const char *, struct nlist *);
H A Da.out.h42 #include <nlist.h>
/freebsd-current/usr.sbin/ngctl/
H A Dlist.c66 struct namelist *nlist; local
111 nlist = (struct namelist *) resp->data;
113 nlist->numnames, named_only ? "named " : "");
114 ninfo = nlist->nodeinfo;
119 while (nlist->numnames > 0) {
125 nlist->numnames--;
126 if (nlist->numnames > 0)
130 while (nlist->numnames > 0) {
138 nlist->numnames--;
H A Ddot.c67 struct namelist *nlist; local
116 nlist = (struct namelist *)nlresp->data;
126 for (i = 0; i < nlist->numnames; i++)
128 (uintmax_t)nlist->nodeinfo[i].id,
129 nlist->nodeinfo[i].name[0] != '\0' ?
130 nlist->nodeinfo[i].name : UNNAMED,
131 nlist->nodeinfo[i].type, (uintmax_t)nlist->nodeinfo[i].id);
136 for (i = 0; i < nlist->numnames; i++)
137 if (nlist
[all...]
/freebsd-current/contrib/byacc/test/btyacc/
H A Derr_inherit3.tab.h19 namelist * nlist; member in union:__anon50
H A Dbtyacc_destroy1.tab.h19 namelist * nlist; member in union:__anon17
H A Dbtyacc_destroy2.tab.h19 namelist * nlist; member in union:__anon22
H A Dbtyacc_destroy3.tab.h19 namelist * nlist; member in union:__anon27
H A Dinherit1.tab.h19 namelist * nlist; member in union:__anon73
H A Dinherit2.tab.h19 namelist * nlist; member in union:__anon78
H A Derr_inherit4.tab.h19 namelist * nlist; member in union:__anon55
/freebsd-current/bin/ps/
H A DMakefile4 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/freebsd-current/sys/sys/
H A Dlink_aout.h80 * Symbol description with size. This is simply an `nlist' with
87 struct nlist nlist; member in struct:nzlist
91 #define nz_un nlist.n_un
92 #define nz_strx nlist.n_un.n_strx
93 #define nz_name nlist.n_un.n_name
94 #define nz_type nlist.n_type
95 #define nz_value nlist.n_value
96 #define nz_desc nlist.n_desc
97 #define nz_other nlist
[all...]
/freebsd-current/contrib/byacc/test/
H A Derr_inherit4.y27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %destructor { } <nlist>
39 } <nlist>
45 namelist * nlist;
H A Dbtyacc_destroy2.y33 %type <nlist> declaration
34 %type <nlist> locnamelist
37 %type <nlist> namelist
54 namelist * nlist;
H A Dbtyacc_destroy3.y36 %type <nlist> declaration
37 %type <nlist> locnamelist
40 %type <nlist> namelist
57 namelist * nlist;
H A Dbtyacc_destroy1.y33 %type <nlist> declaration
34 %type <nlist> locnamelist
37 %type <nlist> namelist
54 namelist * nlist;
H A Derr_inherit1.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
H A Derr_inherit3.y26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
H A Derr_inherit5.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
H A Derr_inherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
H A Dinherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
/freebsd-current/lib/libc/gen/
H A Dnlist.c49 int __fdnlist(int, struct nlist *);
50 int __elf_fdnlist(int, struct nlist *);
54 nlist(const char *name, struct nlist *list) function
67 int (*fn)(int fd, struct nlist *list);
73 __fdnlist(int fd, struct nlist *list)
88 static void elf_sym_to_nlist(struct nlist *, Elf_Sym *, Elf_Shdr *, int);
121 __elf_fdnlist(int fd, struct nlist *list)
123 struct nlist *p;
229 struct nlist *
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h30 struct nlist { struct in namespace:lld::structs

Completed in 298 milliseconds

123456