Searched refs:nlist (Results 26 - 50 of 156) sorted by relevance

1234567

/freebsd-11.0-release/contrib/byacc/test/
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 Dinherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist;
H A Dinherit1.y28 %type <nlist> declaration namelist locnamelist
36 namelist * nlist;
/freebsd-11.0-release/usr.bin/ipcs/
H A Dipc.h33 /* Part of struct nlist symbols[] */
63 extern struct nlist symbols[];
H A Dipc.c45 #include <nlist.h>
59 struct nlist symbols[] = {
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c15 #include <mach-o/nlist.h>
285 struct nlist_64 nlist; local
288 memcpy (&nlist, local_syms + (i * nlist_size), sizeof (struct nlist_64));
292 struct nlist nlist_32;
293 memcpy (&nlist_32, local_syms + (i * nlist_size), sizeof (struct nlist));
294 nlist.n_un.n_strx = nlist_32.n_un.n_strx;
295 nlist.n_type = nlist_32.n_type;
296 nlist.n_sect = nlist_32.n_sect;
297 nlist.n_desc = nlist_32.n_desc;
298 nlist
314 struct nlist_64 nlist; local
[all...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next;
/freebsd-11.0-release/lib/libkvm/
H A Dkvm.h38 #include <nlist.h>
94 int kvm_nlist(kvm_t *, struct nlist *);
H A Dkvm_cptime.c46 static struct nlist kvm_cp_time_nl[] = {
/freebsd-11.0-release/usr.bin/gprof/
H A Daout.c51 static bool funcsymbol(struct nlist *);
119 struct nlist nbuf;
124 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) {
143 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) {
191 funcsymbol(struct nlist *nlistp)
/freebsd-11.0-release/contrib/gdb/gdb/
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-11.0-release/contrib/ntp/include/
H A Dl_stdlib.h97 struct nlist;
98 extern int nlist (const char *, struct nlist *);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dobj-aout.h39 typedef struct nlist obj_symbol_type; /* Symbol table entry. */
/freebsd-11.0-release/sys/sys/
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-11.0-release/usr.sbin/asf/
H A Dasf_kvm.c37 #include <nlist.h>
60 struct nlist nl[2];
/freebsd-11.0-release/contrib/blacklist/bin/
H A Dblacklistd.c340 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) argument
346 for (size_t i = 0; i < *nlist; i++) {
350 if (*nlist == *mlist) {
357 list[(*nlist)++] = c;
364 size_t nlist, mlist; local
367 mlist = nlist = 0;
369 uniqueadd(&list, &nlist, &mlist, &rconf.cs_c[i]);
371 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]);
373 for (size_t i = 0; i < nlist; i++)
/freebsd-11.0-release/usr.bin/systat/
H A Dextern.h68 extern struct nlist namelist[];
134 void nlisterr(struct nlist []);
/freebsd-11.0-release/contrib/tcsh/
H A Dtw.init.c47 size_t nlist, /* Number of items */ member in struct:__anon5550
113 if (sl->tlist <= sl->nlist) {
129 for (i = 0; i < sl->nlist; i++)
134 ptr = sl->list[sl->nlist++] = &sl->buff[sl->nbuff];
150 sl->tlist = sl->nlist = 0;
325 qsort(tw_cmd.list, tw_cmd.nlist, sizeof(Char *), fcompare);
328 for (i = 0, fwd = 0; i + 1 < tw_cmd.nlist; i++) {
337 tw_cmd.nlist -= fwd;
397 if (tw_cmd_state.cur < tw_cmd.nlist) {
826 for (i = 0; i < tw_item.nlist;
[all...]
/freebsd-11.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c1030 u_int nlist; local
1051 nlist = 0; /* none yet */
1099 for (i = 0; i < nlist; i++)
1102 for ( ; i < nlist; i++) {
1115 for (j = nlist; j > i; j--)
1124 if (nlist < NTP_MAXLIST)
1125 nlist++;
1133 for (i = 1; i < nlist; i++)
1137 nlist = i;
1149 if (0 == nlist)
[all...]
/freebsd-11.0-release/bin/ps/
H A Dextern.h34 struct nlist;
/freebsd-11.0-release/sbin/dmesg/
H A Ddmesg.c55 #include <nlist.h>
64 static struct nlist nl[] = {
/freebsd-11.0-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c7 #include <nlist.h>
56 struct nlist nl[] = {
/freebsd-11.0-release/tools/tools/ifpifa/
H A Difpifa.c51 #include <nlist.h>
58 static struct nlist nl[] = {
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dlsock.c41 #include <nlist.h>
91 struct nlist names[3] = {
104 n = nlist(KERNEL, names);
107 fprintf(stderr, "nlist(%#x) == %d\n", names, n);

Completed in 147 milliseconds

1234567