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

123456

/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dnlist.h35 struct nlist { struct
45 extern int nlist(const char *, struct nlist *);
47 extern int nlist();
/freebsd-9.3-release/include/
H A Dnlist.h34 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
46 int nlist(const char *, struct nlist *);
H A Da.out.h43 #include <nlist.h>
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dlist.c68 struct namelist *nlist; local
113 nlist = (struct namelist *) resp->data;
115 nlist->numnames, named_only ? "named " : "");
116 ninfo = nlist->nodeinfo;
121 while (nlist->numnames > 0) {
127 nlist->numnames--;
130 while (nlist->numnames > 0) {
138 nlist->numnames--;
H A Ddot.c66 struct namelist *nlist; local
111 nlist = (struct namelist *)nlresp->data;
116 for (i = 0; i < nlist->numnames; i++)
118 (uintmax_t)nlist->nodeinfo[i].id,
119 nlist->nodeinfo[i].name[0] != '\0' ?
120 nlist->nodeinfo[i].name : UNNAMED,
121 nlist->nodeinfo[i].type, (uintmax_t)nlist->nodeinfo[i].id);
126 for (i = 0; i < nlist->numnames; i++)
127 if (nlist
[all...]
/freebsd-9.3-release/bin/ps/
H A DMakefile5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/freebsd-9.3-release/usr.sbin/kgzip/
H A Daouthdr.c42 sizeof(struct nlist) * KGZ__STNUM, /* a_syms */
H A Daouthdr.h54 struct nlist st[KGZ__STNUM];
/freebsd-9.3-release/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...]
H A Dnlist_aout.h34 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
48 * programs including nlist.h can initialize nlist structures
51 struct nlist { struct
/freebsd-9.3-release/lib/libc/gen/
H A Dnlist.c31 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93";
58 int __fdnlist(int, struct nlist *);
59 int __aout_fdnlist(int, struct nlist *);
60 int __elf_fdnlist(int, struct nlist *);
63 nlist(name, list) function
65 struct nlist *list;
78 int (*fn)(int fd, struct nlist *list);
91 struct nlist *list;
109 struct nlist *list;
111 struct nlist *
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddelta68-nat.c27 #include <nlist.h>
67 struct nlist nl[2];
71 if (nlist ("/sysV68", nl) == 0 && nl[0].n_scnum != 0)
H A Ddbxread.c880 struct internal_nlist nlist;
886 INTERNALIZE_SYMBOL (nlist, &symbuf[symbuf_idx], symfile_bfd);
891 return nlist.n_strx + stringtab_global + file_string_table_offset;
964 /* Set namestring based on nlist. If the string table index is invalid,
969 set_namestring (struct objfile *objfile, struct internal_nlist nlist)
973 if (((unsigned) nlist.n_strx + file_string_table_offset) >=
981 namestring = nlist.n_strx + file_string_table_offset +
1189 struct internal_nlist nlist;
1302 INTERNALIZE_SYMBOL (nlist, bufp, abfd);
1317 switch (nlist
873 struct internal_nlist nlist; local
961 set_namestring(struct objfile *objfile, struct internal_nlist nlist) argument
1181 struct internal_nlist nlist; local
2458 struct internal_nlist nlist; local
[all...]
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_getloadavg.c45 #include <nlist.h>
50 static struct nlist nl[] = {
68 struct nlist *p;
H A Dkvm_sparc.c53 #include <nlist.h>
95 struct nlist nlist[2]; local
134 * It's okay to do this nlist separately from the one kvm_getprocs()
139 nlist[0].n_name = "_pmap_stod";
140 nlist[1].n_name = 0;
141 if (kvm_nlist(kd, nlist) != 0) {
145 if (kvm_read(kd, (u_long)nlist[0].n_value,
H A Dkvm.h38 #include <nlist.h>
84 int kvm_nlist(kvm_t *, struct nlist *);
H A Dkvm.c66 #include <nlist.h>
76 /* from src/lib/libc/gen/nlist.c */
77 int __fdnlist(int, struct nlist *);
286 kvm_fdnlist_prefix(kvm_t *kd, struct nlist *nl, int missing, const char *prefix,
289 struct nlist *n, *np, *p;
296 * Calculate the space we need to malloc for nlist and names.
305 len += sizeof(struct nlist) + strlen(prefix) +
311 /* Add space for the terminating nlist entry. */
312 len += sizeof(struct nlist);
315 /* Alloc one chunk for (nlist, [name
[all...]
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipc.h33 /* Part of struct nlist symbols[] */
63 extern struct nlist symbols[];
/freebsd-9.3-release/contrib/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/freebsd-9.3-release/usr.bin/gprof/
H A Daout.c51 static bool funcsymbol(struct nlist *);
120 struct nlist nbuf;
125 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) {
144 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) {
192 funcsymbol(struct nlist *nlistp)
/freebsd-9.3-release/contrib/ntp/include/
H A Dl_stdlib.h97 struct nlist;
98 extern int nlist (const char *, struct nlist *);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-aout.h39 typedef struct nlist obj_symbol_type; /* Symbol table entry. */
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c53 struct nlist *symbase;
94 struct nlist *symp;
136 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp));
141 nsyms = hdrp->a_syms / sizeof(struct nlist);
/freebsd-9.3-release/usr.sbin/asf/
H A Dasf_kvm.c37 #include <nlist.h>
60 struct nlist nl[2];
/freebsd-9.3-release/usr.bin/netstat/
H A Dnetgraph.c52 #include <nlist.h>
79 struct nlist sym[] = { { .n_name = "_ngsocklist" },
110 if (nlist(path, sym) == 0)

Completed in 227 milliseconds

123456