/src/lib/libc/gen/ |
nlist_elf32.c | 194 p->n_type = N_UNDF; 198 p->n_type = N_DATA; 201 p->n_type = N_TEXT; 204 p->n_type = N_FN; 207 p->n_type = 0; 212 p->n_type |= N_EXT; 216 p->n_type = 0; 275 * XXX Clearing anything other than n_type and n_value violates 280 p->n_type = 0; 306 p->n_type = N_UNDF [all...] |
nlist_aout.c | 140 * XXX clearing anything other than n_type and n_value violates 145 p->n_type = 0; 170 if (soff == 0 || (s->n_type & N_STAB) != 0) 178 p->n_type = s->n_type;
|
nlist_coff.c | 141 p->n_type = 0; 176 p->n_type = N_EXT; /* XXX */
|
nlist_ecoff.c | 137 * XXX Clearing anything other than n_type and n_value violates 142 p->n_type = 0; 167 p->n_type = N_EXT; /* XXX */
|
/src/include/ |
nlist.h | 77 #define N_TYPE 0x1e /* mask for all the type bits */ 78 unsigned char n_type; /* type defines */ member in struct:nlist
|
link_aout.h | 92 #define nz_type nlist.n_type
|
/src/tools/arm-elf2aout/ |
nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ 80 unsigned char n_type; /* type defines */ member in struct:nlist
|
/src/tools/m68k-elf2aout/ |
nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ 80 unsigned char n_type; /* type defines */ member in struct:nlist
|
/src/usr.bin/crunch/crunchide/ |
exec_aout.c | 61 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF) 166 symp->n_type = 0; 199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
|
/src/usr.sbin/kvm_mkdb/ |
nlist_elf32.c | 293 nbuf.n_type = N_UNDF; 296 nbuf.n_type = N_DATA; 299 nbuf.n_type = N_TEXT; 302 nbuf.n_type = N_FN; 306 nbuf.n_type |= N_EXT;
|
nlist_aout.c | 188 if (!nbuf._strx || nbuf.n_type&N_STAB) 207 if ((nbuf.n_type & N_TYPE) == N_TEXT)
|
nlist_coff.c | 249 nbuf.n_type = N_EXT; /* XXX */
|
nlist_ecoff.c | 207 nbuf.n_type = N_EXT; /* XXX */
|
/src/sys/net/npf/ |
npf_nat.c | 103 unsigned n_type; member in struct:npf_natpolicy 124 #define NPF_NP_CMP_START offsetof(npf_natpolicy_t, n_type) 191 np->n_type = dnvlist_get_number(nat, "type", 0); 196 if (((np->n_type == NPF_NATIN) ^ (np->n_type == NPF_NATOUT)) == 0) { 257 nvlist_add_number(nat, "type", np->n_type); 524 const unsigned which = npf_nat_which(np->n_type, NPF_FLOW_FORW); 535 if (np->n_type == NPF_NATOUT) { 540 KASSERT(np->n_type == NPF_NATIN); 557 nt->nt_oport = (np->n_type == NPF_NATOUT) [all...] |
/src/lib/libkvm/ |
kvm_getloadavg.c | 83 for (p = nl; p->n_type != 0; ++p);
|
kvm_file.c | 162 for (p = nl; p->n_type != 0; ++p)
|
/src/usr.bin/mail/ |
names.c | 63 np->n_type = ntype; 183 if (ntype && (p->n_type & GMASK) != ntype) 198 if (ntype && (p->n_type & GMASK) != ntype) 395 np->n_type |= GDEL; 457 np->n_type |= GDEL; 492 new = gexpand(new, gh, metoo, np->n_type); 528 if ((np->n_type & GDEL) == 0) 570 if ((smopts->n_type & GDEL) == 0) 574 if ((n->n_type & GDEL) == 0) 719 (void)fprintf(stderr, "%s(%d) ", np->n_name, np->n_type); [all...] |
send.c | 347 if (np->n_type & GDEL) 349 if ((np->n_type & GMASK) == GTO) 351 cat(hp->h_to, nalloc(np->n_name, np->n_type)); 352 else if ((np->n_type & GMASK) == GCC) 354 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); 355 else if ((np->n_type & GMASK) == GBCC) 357 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); 663 tp = nalloc(np->n_name, np->n_type);
|
cmd4.c | 60 (void)printf("np: %p np->n_type: %d np->n_name: '%s' (%p)\n", 61 np, np->n_type, np->n_name, np->n_name); 167 np->n_type = ntype; 178 np->n_type = ntype; 298 np->n_type = GMISC;
|
def.h | 348 short n_type; /* From which list it came */ member in struct:name
|
/src/tests/lib/libc/sys/ |
t_ptrace_core_wait.h | 94 note_hdr.n_type = tmp_hdr.n_type; 112 note_hdr.n_type == note_type)
|
/src/usr.sbin/netgroup_mkdb/ |
netgroup_mkdb.c | 58 int n_type; member in struct:nentry 257 e->n_type = _NG_NAME; 277 e->n_type = _NG_GROUP; 368 switch (e->n_type) { 471 switch (e->n_type) { 533 assert(e->n_type == _NG_NAME); 599 assert(e->n_type == _NG_NAME);
|
/src/usr.bin/systat/ |
netstat.c | 200 if ((protos & TCP) && namelist[X_TCBTABLE].n_type) 202 if ((protos & UDP) && namelist[X_UDBTABLE].n_type) 205 if ((protos & TCP) && namelist[X_TCBTABLE].n_type) 207 if ((protos & UDP) && namelist[X_UDBTABLE].n_type) 413 if (namelist[X_TCBTABLE].n_type == 0)
|
/src/usr.bin/elf2aout/ |
elf2aout.c | 543 outbuf[i].n_type = N_FN; 545 outbuf[i].n_type = get_type(inbuf[i].st_shndx); 547 outbuf[i].n_type |= N_EXT;
|
/src/tools/amiga-elf2bb/sys/ |
exec_elf.h | 613 Elf32_Word n_type; member in struct:__anonc1fa11541308 619 Elf64_Word n_type; member in struct:__anonc1fa11541408
|