Searched refs:n_type (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dnlist.h39 unsigned short n_type; /* type and derived type */ member in struct:nlist
H A Dsyms.h59 unsigned short n_type; /* type and derived type */ member in struct:syment
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c217 if (stab->n_type == N_LBRAC) {
221 } else if (stab->n_type == N_RBRAC) {
225 } else if (stab->n_type == N_EINCL) {
242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM ||
244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM ||
245 stab->n_type
[all...]
H A Dctftools.h102 uint8_t n_type; member in struct:stab
/freebsd-9.3-release/lib/libc/gen/
H A Dnlist.c165 * XXX clearing anything other than n_type and n_value violates
170 p->n_type = 0;
184 if (soff != 0 && (symtab->n_type & N_STAB) == 0)
188 p->n_type = symtab->n_type;
317 * XXX clearing anything other than n_type and n_value violates
322 p->n_type = 0;
374 * n_value and n_type members.
388 nl->n_type = N_UNDF;
391 nl->n_type
[all...]
/freebsd-9.3-release/lib/libprocstat/
H A Dcore.c158 u_int32_t n_type; local
166 n_type = NT_PROCSTAT_PROC;
170 n_type = NT_PROCSTAT_FILES;
174 n_type = NT_PROCSTAT_VMMAP;
178 n_type = NT_PROCSTAT_GROUPS;
182 n_type = NT_PROCSTAT_UMASK;
186 n_type = NT_PROCSTAT_RLIMIT;
190 n_type = NT_PROCSTAT_OSREL;
196 n_type = NT_PROCSTAT_PSSTRINGS;
200 n_type
[all...]
/freebsd-9.3-release/sys/sys/
H A Dnlist_aout.h62 unsigned char n_type; /* type defines */ member in struct:nlist
71 * Defines for n_type.
H A Dlink_aout.h94 #define nz_type nlist.n_type
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c60 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
157 symp->n_type = 0;
190 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
/freebsd-9.3-release/lib/libkvm/
H A Dkvm.c303 if (p->n_type != N_UNDF)
327 if (p->n_type != N_UNDF)
350 if (np->n_type != N_UNDF)
358 if (p->n_type != N_UNDF)
365 p->n_type = np->n_type;
375 if (np->n_type != N_UNDF)
425 if (p->n_type != N_UNDF)
442 p->n_type = N_TEXT;
H A Dkvm_getloadavg.c75 for (p = nl; p->n_type != 0; ++p);
/freebsd-9.3-release/usr.bin/gprof/
H A Daout.c150 nbuf.n_type , strtab + nbuf.n_un.n_strx );
200 if ( ! ( ( nlistp -> n_type == ( N_TEXT | N_EXT ) )
201 || ( ( nlistp -> n_type == N_TEXT ) && ( aflag == 0 ) ) ) ) {
/freebsd-9.3-release/contrib/gdb/include/
H A Dbout.h115 unsigned char n_type; /* See below */ member in struct:nlist
122 /* Legal values of n_type. */
/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c435 if (np->n_type & GDEL)
437 if ((np->n_type & GMASK) == GTO)
439 cat(hp->h_to, nalloc(np->n_name, np->n_type));
440 else if ((np->n_type & GMASK) == GCC)
442 cat(hp->h_cc, nalloc(np->n_name, np->n_type));
443 else if ((np->n_type & GMASK) == GBCC)
445 cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
H A Dnames.c61 np->n_type = ntype;
131 if (ntype && (p->n_type & GMASK) != ntype)
143 if (ntype && (p->n_type & GMASK) != ntype)
415 np->n_type |= GDEL;
473 new = gexpand(new, gh, metoo, np->n_type);
520 np->n_type |= GDEL;
583 if ((n->n_type & GDEL) == 0)
712 if ((np->n_type & GDEL) == 0)
757 fprintf(stderr, "%s(%d) ", np->n_name, np->n_type);
H A Ddef.h191 short n_type; /* From which list it came */ member in struct:name
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcofflink.c495 if (sym.n_type != T_NULL)
504 && (*sym_hash)->type != sym.n_type
505 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type)
507 || BTYPE (sym.n_type) == T_NULL)))
510 abfd, name, (*sym_hash)->type, sym.n_type);
515 if (BTYPE (sym.n_type) != T_NULL
517 (*sym_hash)->type = sym.n_type;
537 bfd_coff_swap_aux_in (abfd, eaux, sym.n_type,
1480 if (! ISFCN (isym.n_type))
1505 && isym.n_type
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c454 syment.n_type, psubaux, TRUE, dhandle);
756 if (syment.n_type == T_NULL)
761 if (ISFCN (syment.n_type))
765 fntype = syment.n_type;
774 syment.n_type, paux, TRUE, dhandle);
866 syment.n_type, paux, TRUE, dhandle);
/freebsd-9.3-release/usr.bin/ldd/
H A Dsods.c480 switch (np->n_type & ~N_EXT) {
494 case N_FN: strcpy(type, np->n_type&N_EXT ? "fn" : "warn"); break;
522 snprintf(type, sizeof type, "%#02x", np->n_type);
526 if (np->n_type & N_EXT && type[0] != '0')
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h202 Elf32_Word n_type; /* Content type */ member in struct:elf_note
208 Elf64_Word n_type; member in struct:__anon38
/freebsd-9.3-release/sbin/dmesg/
H A Ddmesg.c126 if (nl[X_MSGBUF].n_type == 0)
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipc.c147 if (symbols[idx].n_type == 0 || symbols[idx].n_value == 0)
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c2318 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2319 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
2328 || (((X).n_type & N_TMASK) == (DT_NON << N_BTSHFT) \
2329 || ((X).n_type & N_TMASK) == (DT_FCN << N_BTSHFT))))
2521 (symbol.n_type ? "0" : ""), symbol.n_type,
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp200 Symbol.Type = Entry.n_type;
208 Symbol.Type = Entry.n_type;
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp180 outs() << " ('n_type', " << format("0x%x", Type) << ")\n";
211 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type,
216 DumpSymbolTableEntryData(Obj, SymNum, STE.n_strx, STE.n_type,

Completed in 163 milliseconds

123