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

1234

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dnlist.h40 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-11-stable/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...]
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c62 unsigned int n_type; member in struct:psc_type_info
65 { .n_type = NT_PROCSTAT_PROC, .structsize = sizeof(struct kinfo_proc) },
66 { .n_type = NT_PROCSTAT_FILES, .structsize = sizeof(struct kinfo_file) },
67 { .n_type = NT_PROCSTAT_VMMAP, .structsize = sizeof(struct kinfo_vmentry) },
68 { .n_type = NT_PROCSTAT_GROUPS, .structsize = sizeof(gid_t) },
69 { .n_type = NT_PROCSTAT_UMASK, .structsize = sizeof(u_short) },
70 { .n_type = NT_PROCSTAT_RLIMIT, .structsize = sizeof(struct rlimit) * RLIM_NLIMITS },
71 { .n_type = NT_PROCSTAT_OSREL, .structsize = sizeof(int) },
72 { .n_type = NT_PROCSTAT_PSSTRINGS, .structsize = sizeof(vm_offset_t) },
73 { .n_type
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c164 * XXX clearing anything other than n_type and n_value violates
169 p->n_type = 0;
183 if (soff != 0 && (symtab->n_type & N_STAB) == 0)
187 p->n_type = symtab->n_type;
314 * XXX clearing anything other than n_type and n_value violates
319 p->n_type = 0;
371 * n_value and n_type members.
381 nl->n_type = N_UNDF;
384 nl->n_type
[all...]
/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h60 unsigned char n_type; /* type defines */ member in struct:nlist
69 * Defines for n_type.
H A Dlink_aout.h94 #define nz_type nlist.n_type
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; });
H A DProcessElfCore.cpp529 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
530 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) {
539 switch (note.info.n_type) {
607 if (note.info.n_type == NETBSD::NT_PROCINFO) {
613 } else if (note.info.n_type == NETBSD::NT_AUXV) {
627 if (note.info.n_type == NETBSD::AARCH64::NT_REGS) {
642 } else if (note.info.n_type == NETBSD::AARCH64::NT_FPREGS) {
653 if (note.info.n_type == NETBSD::AMD64::NT_REGS) {
668 } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) {
734 switch (note.info.n_type) {
[all...]
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c149 nbuf.n_type , strtab + nbuf.n_un.n_strx );
199 if ( ! ( ( nlistp -> n_type == ( N_TEXT | N_EXT ) )
200 || ( ( nlistp -> n_type == N_TEXT ) && ( aflag == 0 ) ) ) ) {
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h115 unsigned char n_type; /* See below */ member in struct:nlist
122 /* Legal values of n_type. */
/freebsd-11-stable/lib/libkvm/
H A Dkvm_getloadavg.c81 for (p = nl; p->n_type != 0; ++p);
H A Dkvm.h58 unsigned char n_type; member in struct:kvm_nlist
H A Dkvm.c92 list[i].n_type = nl[i].n_type;
105 list->n_type = 0;
108 list->n_type = N_DATA | N_EXT;
591 if (p->n_type != N_UNDF)
615 if (p->n_type != N_UNDF)
638 if (np->n_type != N_UNDF)
646 if (p->n_type != N_UNDF)
653 p->n_type = np->n_type;
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h104 uint8_t n_type; member in struct:llvm::objcopy::macho::SymbolEntry
110 return n_type & ((MachO::N_EXT | MachO::N_PEXT));
116 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/ldd/
H A Dsods.c482 switch (np->n_type & ~N_EXT) {
496 case N_FN: strcpy(type, np->n_type&N_EXT ? "fn" : "warn"); break;
524 snprintf(type, sizeof type, "%#02x", np->n_type);
528 if (np->n_type & N_EXT && type[0] != '0')
/freebsd-11-stable/lib/libkvm/tests/
H A Dkvm_geterr_test.c116 if (nl[X_MAXCPUS].n_type == 0)
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c322 nlist.n_type = nlist_32.n_type;
327 if ((nlist.n_type & N_STAB) == 0 &&
328 ((nlist.n_type & N_EXT) == 1 ||
329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
352 nlist.n_type = nlist_32.n_type;
357 if ((nlist.n_type & N_STAB) == 0 &&
358 ((nlist.n_type & N_EXT) == 1 ||
359 ((nlist.n_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE));
395 sout.scope = (sin->n_type & (N_PEXT|N_EXT));
399 if (sin->n_type & N_STAB)
403 else if (sin->n_type & N_EXT)
426 sout.type = (NListType)(sin->n_type & N_TYPE);
427 sout.scope = (sin->n_type & (N_PEXT|N_EXT));
435 else if (sin->n_type & N_STAB)
/freebsd-11-stable/sbin/dmesg/
H A Ddmesg.c140 if (nl[X_MSGBUF].n_type == 0)

Completed in 164 milliseconds

1234