Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 25 of 54) sorted by relevance

123

/mirbsd/src/usr.sbin/config/
Dukc.c57 if (nl[idx].n_type == 0) in check_int()
81 if (nl[P_ENTROPY].n_type != 0) in ukc()
93 if (nl[i].n_type != knl[i].n_type || in ukc()
100 if (knl[I_HISTLEN].n_type != 0 && ok) { in ukc()
107 if (knl[CA_HISTORY].n_type != 0 && ok) { in ukc()
114 if (knl[P_VERSION].n_type != 0 && ok) { in ukc()
123 if (nl[P_VERSION].n_type) in ukc()
129 if (nl[IA_EXTRALOC].n_type == 0 || nl[I_NEXTRALOC].n_type == 0 || in ukc()
130 nl[I_UEXTRALOC].n_type == 0 || nl[I_HISTLEN].n_type == 0 || in ukc()
131 nl[CA_HISTORY].n_type == 0) { in ukc()
[all …]
Dcmd.c290 if (nl[idx].n_type != 0) { in int_variable_adjust()
347 if (nl[I_ROOTDEV_OV].n_type != 0) in Xrootdev()
/mirbsd/src/sys/ddb/
Ddb_aout.c189 if ((sp->n_type & N_STAB) == 0 &&
211 if ((sp->n_type & N_STAB) != 0 ||
212 (sp->n_type & N_TYPE) == N_FN)
221 sp->n_type == (N_TEXT|N_EXT)) ||
223 (sp->n_type & N_EXT))))
228 else if ((symp->n_type & N_EXT) == 0 &&
229 (sp->n_type & N_EXT) != 0)
291 if ((sp->n_type & N_TYPE) == N_FN ||
298 if (sp->n_type == N_SO) {
307 if (sp->n_type != N_SLINE)
[all …]
Ddb_aout.h71 unsigned char n_type; /* type defines */ member
/mirbsd/src/lib/libc/gen/
Dfnlist.c153 p->n_type = 0; in __aout_fnlist()
169 if (s->n_un.n_strx == 0 || (s->n_type & N_STAB) != 0) in __aout_fnlist()
178 p->n_type = s->n_type; in __aout_fnlist()
265 p->n_type = 0; in __elf_fnlist()
315 p->n_type = N_UNDF; in __elf_fnlist()
318 p->n_type = N_ABS; in __elf_fnlist()
321 p->n_type = N_COMM; in __elf_fnlist()
324 p->n_type = N_COMM | N_EXT; in __elf_fnlist()
329 p->n_type = N_DATA; in __elf_fnlist()
332 p->n_type = N_TEXT; in __elf_fnlist()
[all …]
Dnlist.c123 p->n_type = 0; in __aout_fdnlist()
139 if (s->n_un.n_strx == 0 || (s->n_type & N_STAB) != 0) in __aout_fdnlist()
148 p->n_type = s->n_type; in __aout_fdnlist()
231 p->n_type = 0; in __ecoff_fdnlist()
251 p->n_type = N_EXT; /* XXX */ in __ecoff_fdnlist()
403 p->n_type = 0; in __elf_fdnlist()
453 p->n_type = N_UNDF; in __elf_fdnlist()
456 p->n_type = N_ABS; in __elf_fdnlist()
459 p->n_type = N_COMM; in __elf_fdnlist()
462 p->n_type = N_COMM | N_EXT; in __elf_fdnlist()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-bout.h125 unsigned char n_type; /* See below. */ member
172 #define S_IS_EXTERNAL(s) ((s)->sy_symbol.n_type & N_EXT)
186 #define S_IS_REGISTER(s) ((s)->sy_symbol.n_type == N_REGISTER)
189 #define S_IS_DEBUG(s) ((s)->sy_symbol.n_type & N_STAB)
209 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
220 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type |= SEGMENT_TO_…
222 #define S_SET_EXTERNAL(s) ((s)->sy_symbol.n_type |= N_EXT)
224 #define S_CLEAR_EXTERNAL(s) ((s)->sy_symbol.n_type &= ~N_EXT)
234 #define S_SET_TYPE(s,v) ((s)->sy_symbol.n_type = (v))
Dobj-aout.h101 #define S_IS_EXTERNAL(s) ((s)->sy_symbol.n_type & N_EXT)
116 #define S_IS_REGISTER(s) ((s)->sy_symbol.n_type == N_REGISTER)
119 #define S_IS_DEBUG(s) ((s)->sy_symbol.n_type & N_STAB)
139 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
152 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type |= SEGMENT_TO_…
154 #define S_SET_EXTERNAL(s) ((s)->sy_symbol.n_type |= N_EXT)
156 #define S_CLEAR_EXTERNAL(s) ((s)->sy_symbol.n_type &= ~N_EXT)
162 #define S_SET_TYPE(s,t) ((s)->sy_symbol.n_type = (t))
/mirbsd/src/usr.bin/mail/
Dnames.c64 np->n_type = ntype; in nalloc()
135 if (ntype && (p->n_type & GMASK) != ntype) in detract()
147 if (ntype && (p->n_type & GMASK) != ntype) in detract()
335 np->n_type |= GDEL; in outof()
392 new = gexpand(new, gh, metoo, np->n_type); in usermap()
438 np->n_type |= GDEL; in gexpand()
500 if ((sm->n_type & GDEL) == 0) in unpack()
504 if ((np->n_type & GDEL) == 0) in unpack()
628 if ((np->n_type & GDEL) == 0) in count()
675 fprintf(stderr, "%s(%d) ", np->n_name, np->n_type);
Dsend.c437 if ((np->n_type & GMASK) == GTO) in fixhead()
439 cat(hp->h_to, nalloc(np->n_name, np->n_type)); in fixhead()
440 else if ((np->n_type & GMASK) == GCC) in fixhead()
442 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead()
443 else if ((np->n_type & GMASK) == GBCC) in fixhead()
445 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); in fixhead()
Ddef.h189 short n_type; /* From which list it came */ member
/mirbsd/src/usr.sbin/kvm_mkdb/
Dnlist.c155 if (!nbuf._strx || (nbuf.n_type & N_STAB)) in __aout_knlist()
203 if ((nbuf.n_type & N_TYPE) == N_TEXT) in __aout_knlist()
423 nbuf.n_type = N_UNDF; in __elf_knlist()
426 nbuf.n_type = N_ABS; in __elf_knlist()
429 nbuf.n_type = N_COMM; in __elf_knlist()
432 nbuf.n_type = N_COMM | N_EXT; in __elf_knlist()
437 nbuf.n_type = N_TEXT; in __elf_knlist()
440 nbuf.n_type = N_DATA; in __elf_knlist()
443 nbuf.n_type = N_FN; in __elf_knlist()
447 nbuf.n_type = N_EXT; in __elf_knlist()
[all …]
/mirbsd/src/sys/arch/sparc/stand/installboot/
Dinstallboot.c226 if (nl[X_BLOCKTABLE].n_type != N_DATA + N_EXT) {
229 nl[X_BLOCKTABLE].n_type);
232 if (nl[X_BLOCKCOUNT].n_type != N_DATA + N_EXT) {
235 nl[X_BLOCKCOUNT].n_type);
238 if (nl[X_BLOCKSIZE].n_type != N_DATA + N_EXT) {
241 nl[X_BLOCKSIZE].n_type);
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcofflink.c493 if (sym.n_type != T_NULL) in coff_link_add_symbols()
502 && (*sym_hash)->type != sym.n_type in coff_link_add_symbols()
503 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type) in coff_link_add_symbols()
505 || BTYPE (sym.n_type) == T_NULL))) in coff_link_add_symbols()
508 abfd, name, (*sym_hash)->type, sym.n_type); in coff_link_add_symbols()
513 if (BTYPE (sym.n_type) != T_NULL in coff_link_add_symbols()
515 (*sym_hash)->type = sym.n_type; in coff_link_add_symbols()
535 bfd_coff_swap_aux_in (abfd, eaux, sym.n_type, in coff_link_add_symbols()
1481 if (! ISFCN (isym.n_type)) in _bfd_coff_link_input_bfd()
1506 && isym.n_type == T_NULL in _bfd_coff_link_input_bfd()
[all …]
Dcoffgen.c899 int type = native->u.syment.n_type; in coff_write_symbol()
978 native->u.syment.n_type = T_NULL; in coff_write_alien_symbol()
1017 native->u.syment.n_type = 0; in coff_write_alien_symbol()
1336 unsigned int type = symbol->u.syment.n_type; in coff_pointerize_aux()
1610 symbol_ptr->u.syment.n_type, in coff_get_normalized_symtab()
1901 combined->u.syment.n_type, in coff_print_symbol()
1929 if (combined->u.syment.n_type == T_NULL) in coff_print_symbol()
1947 if (ISFCN (combined->u.syment.n_type)) in coff_print_symbol()
2283 native->u.syment.n_type = T_NULL; in bfd_coff_set_symbol_class()
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c497 outbuf[i].n_type = N_FN; in translate_syms()
500 outbuf[i].n_type = N_UNDF; in translate_syms()
502 outbuf[i].n_type = N_ABS; in translate_syms()
504 outbuf[i].n_type = N_COMM; in translate_syms()
506 outbuf[i].n_type = in translate_syms()
509 outbuf[i].n_type |= N_EXT; in translate_syms()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drdcoff.c451 syment.n_type, psubaux, TRUE, dhandle); in parse_coff_struct_type()
753 if (syment.n_type == T_NULL) in parse_coff()
758 if (ISFCN (syment.n_type)) in parse_coff()
762 fntype = syment.n_type; in parse_coff()
771 syment.n_type, paux, TRUE, dhandle); in parse_coff()
863 syment.n_type, paux, TRUE, dhandle); in parse_coff()
/mirbsd/src/usr.bin/file/
Dreadelf.h209 Elf32_Word n_type; /* Content type */ member
215 Elf64_Word n_type; member
/mirbsd/src/include/
Dnlist.h70 unsigned char n_type; /* type defines */ member
Dlink_aout.h54 #define nz_type nlist.n_type
/mirbsd/src/lib/libkvm/
Dkvm_getloadavg.c81 for (p = nl; p->n_type != 0; ++p) in kvm_getloadavg()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dbout.h115 unsigned char n_type; /* See below */ member
/mirbsd/src/sys/arch/i386/stand/installboot/
Dinstallboot.c438 if (nlp->n_type != (N_TEXT) && nlp->n_type != (N_DATA)) { in loadprotoblocks()
440 nlp->n_type); in loadprotoblocks()
/mirbsd/src/sbin/dmesg/
Ddmesg.c124 if (nl[X_MSGBUF].n_type == 0) in main()
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dadobe.h112 unsigned char n_type; /* type of symbol */ member

123