/src/lib/libc/gen/ |
nlist.c | 1 /* $NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $ */ 67 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; 69 __RCSID("$NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $"); 84 #include <nlist.h> 88 __weak_alias(nlist,_nlist) 95 int (*fdnlist)(int, struct nlist *); 115 nlist(const char *name, struct nlist *list) function in typeref:typename:int 131 __fdnlist(int fd, struct nlist *list)
|
nlist.c | 1 /* $NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $ */ 67 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; 69 __RCSID("$NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $"); 84 #include <nlist.h> 88 __weak_alias(nlist,_nlist) 95 int (*fdnlist)(int, struct nlist *); 115 nlist(const char *name, struct nlist *list) function in typeref:typename:int 131 __fdnlist(int fd, struct nlist *list)
|
/src/include/ |
nlist.h | 1 /* $NetBSD: nlist.h,v 1.14 2009/08/21 08:42:02 he Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 90 int nlist(const char *, struct nlist *); 91 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
nlist.h | 1 /* $NetBSD: nlist.h,v 1.14 2009/08/21 08:42:02 he Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 90 int nlist(const char *, struct nlist *); 91 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
link_aout.h | 44 #include <a.out.h> /* for struct nlist */ 80 * Symbol description with size. This is simply an `nlist' with 87 struct nlist nlist; member in struct:nzlist 89 #define nz_un nlist.n_un 90 #define nz_strx nlist.n_un.n_strx 91 #define nz_name nlist.n_un.n_name 92 #define nz_type nlist.n_type 93 #define nz_value nlist.n_value 94 #define nz_desc nlist.n_des [all...] |
link_aout.h | 44 #include <a.out.h> /* for struct nlist */ 80 * Symbol description with size. This is simply an `nlist' with 87 struct nlist nlist; member in struct:nzlist 89 #define nz_un nlist.n_un 90 #define nz_strx nlist.n_un.n_strx 91 #define nz_name nlist.n_un.n_name 92 #define nz_type nlist.n_type 93 #define nz_value nlist.n_value 94 #define nz_desc nlist.n_des [all...] |
/src/tools/arm-elf2aout/ |
nlist.h | 1 /* $NetBSD: nlist.h,v 1.1 2018/12/31 13:35:16 christos Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 92 int nlist(const char *, struct nlist *); 93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
nlist.h | 1 /* $NetBSD: nlist.h,v 1.1 2018/12/31 13:35:16 christos Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 92 int nlist(const char *, struct nlist *); 93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
/src/tools/m68k-elf2aout/ |
nlist.h | 1 /* $NetBSD: nlist.h,v 1.1 2011/07/16 15:52:02 tsutsui Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 92 int nlist(const char *, struct nlist *); 93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
nlist.h | 1 /* $NetBSD: nlist.h,v 1.1 2011/07/16 15:52:02 tsutsui Exp $ */ 36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94 46 * nlist.h can initialize nlist structures statically. 48 struct nlist { struct 92 int nlist(const char *, struct nlist *); 93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
|
/src/usr.bin/rpcinfo/ |
rpcinfo.c | 124 struct netidlist *nlist; member in struct:rpcbdump_short 666 for (nl = rs->nlist; nl; nl = nl->next) 675 nl->next = rs->nlist; 676 rs->nlist = nl; 832 rs->nlist = NULL; 858 for (nl = rs->nlist; nl; nl = nl->next) {
|
rpcinfo.c | 124 struct netidlist *nlist; member in struct:rpcbdump_short 666 for (nl = rs->nlist; nl; nl = nl->next) 675 nl->next = rs->nlist; 676 rs->nlist = nl; 832 rs->nlist = NULL; 858 for (nl = rs->nlist; nl; nl = nl->next) {
|