| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | stabs.c | 217 if (stab->n_type == N_LBRAC) { in stabs_read() 221 } else if (stab->n_type == N_RBRAC) { in stabs_read() 225 } else if (stab->n_type == N_EINCL) { in stabs_read() 242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM || in stabs_read() 243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM || in stabs_read() 244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM || in stabs_read() 245 stab->n_type == N_RSYM || in stabs_read() 246 stab->n_type == N_STSYM || stab->n_type == N_BINCL || in stabs_read() 247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read() 256 if (stab->n_type == N_BINCL) { in stabs_read() [all …]
|
| /NextBSD/lib/libprocstat/ |
| HD | core.c | 158 u_int32_t n_type; in procstat_core_get() local 166 n_type = NT_PROCSTAT_PROC; in procstat_core_get() 170 n_type = NT_PROCSTAT_FILES; in procstat_core_get() 174 n_type = NT_PROCSTAT_VMMAP; in procstat_core_get() 178 n_type = NT_PROCSTAT_GROUPS; in procstat_core_get() 182 n_type = NT_PROCSTAT_UMASK; in procstat_core_get() 186 n_type = NT_PROCSTAT_RLIMIT; in procstat_core_get() 190 n_type = NT_PROCSTAT_OSREL; in procstat_core_get() 196 n_type = NT_PROCSTAT_PSSTRINGS; in procstat_core_get() 200 n_type = NT_PROCSTAT_AUXV; in procstat_core_get() [all …]
|
| /NextBSD/lib/libc/gen/ |
| HD | nlist.c | 169 p->n_type = 0; in __aout_fdnlist() 183 if (soff != 0 && (symtab->n_type & N_STAB) == 0) in __aout_fdnlist() 187 p->n_type = symtab->n_type; in __aout_fdnlist() 319 p->n_type = 0; in __elf_fdnlist() 381 nl->n_type = N_UNDF; in elf_sym_to_nlist() 384 nl->n_type = ELF_ST_TYPE(s->st_info) == STT_FILE ? in elf_sym_to_nlist() 389 nl->n_type = N_UNDF; in elf_sym_to_nlist() 393 nl->n_type = sh->sh_type == SHT_PROGBITS ? in elf_sym_to_nlist() 402 nl->n_type |= N_EXT; in elf_sym_to_nlist()
|
| /NextBSD/lib/libkvm/ |
| HD | kvm.c | 90 list[i].n_type = nl[i].n_type; in kvm_fdnlist() 103 list->n_type = 0; in kvm_fdnlist() 106 list->n_type = N_DATA | N_EXT; in kvm_fdnlist() 571 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 595 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 618 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix() 626 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 633 p->n_type = np->n_type; in kvm_fdnlist_prefix() 641 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix() 691 if (p->n_type != N_UNDF) in _kvm_nlist() [all …]
|
| HD | kvm.h | 58 unsigned char n_type; member
|
| HD | kvm_getloadavg.c | 81 for (p = nl; p->n_type != 0; ++p); in kvm_getloadavg()
|
| /NextBSD/usr.bin/mail/ |
| HD | names.c | 61 np->n_type = ntype; in nalloc() 131 if (ntype && (p->n_type & GMASK) != ntype) in detract() 143 if (ntype && (p->n_type & GMASK) != ntype) in detract() 415 np->n_type |= GDEL; in outof() 473 new = gexpand(new, gh, metoo, np->n_type); in usermap() 520 np->n_type |= GDEL; in gexpand() 583 if ((n->n_type & GDEL) == 0) in unpack() 712 if ((np->n_type & GDEL) == 0) in count()
|
| HD | send.c | 435 if (np->n_type & GDEL) in fixhead() 437 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()
|
| HD | def.h | 191 short n_type; /* From which list it came */ member
|
| /NextBSD/usr.bin/gprof/ |
| HD | aout.c | 149 nbuf.n_type , strtab + nbuf.n_un.n_strx ); in getsymtab() 199 if ( ! ( ( nlistp -> n_type == ( N_TEXT | N_EXT ) ) in funcsymbol() 200 || ( ( nlistp -> n_type == N_TEXT ) && ( aflag == 0 ) ) ) ) { in funcsymbol()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | cofflink.c | 495 if (sym.n_type != T_NULL) in coff_link_add_symbols() 504 && (*sym_hash)->type != sym.n_type in coff_link_add_symbols() 505 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type) in coff_link_add_symbols() 507 || BTYPE (sym.n_type) == T_NULL))) in coff_link_add_symbols() 510 abfd, name, (*sym_hash)->type, sym.n_type); in coff_link_add_symbols() 515 if (BTYPE (sym.n_type) != T_NULL in coff_link_add_symbols() 517 (*sym_hash)->type = sym.n_type; in coff_link_add_symbols() 537 bfd_coff_swap_aux_in (abfd, eaux, sym.n_type, in coff_link_add_symbols() 1479 if (! ISFCN (isym.n_type)) in _bfd_coff_link_input_bfd() 1504 && isym.n_type == T_NULL in _bfd_coff_link_input_bfd() [all …]
|
| HD | coffgen.c | 899 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() 1938 if (combined->u.syment.n_type == T_NULL) in coff_print_symbol() 1956 if (ISFCN (combined->u.syment.n_type)) in coff_print_symbol() 2292 native->u.syment.n_type = T_NULL; in bfd_coff_set_symbol_class()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/ |
| HD | compact-unwind-dumper.c | 295 nlist.n_type = nlist_32.n_type; in scan_macho_load_commands() 300 if ((nlist.n_type & N_STAB) == 0 in scan_macho_load_commands() 301 && ((nlist.n_type & N_EXT) == 1 || in scan_macho_load_commands() 302 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) in scan_macho_load_commands() 324 nlist.n_type = nlist_32.n_type; in scan_macho_load_commands() 329 if ((nlist.n_type & N_STAB) == 0 in scan_macho_load_commands() 330 && ((nlist.n_type & N_EXT) == 1 || in scan_macho_load_commands() 331 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) in scan_macho_load_commands()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | rdcoff.c | 453 syment.n_type, psubaux, TRUE, dhandle); in parse_coff_struct_type() 755 if (syment.n_type == T_NULL) in parse_coff() 760 if (ISFCN (syment.n_type)) in parse_coff() 764 fntype = syment.n_type; in parse_coff() 773 syment.n_type, paux, TRUE, dhandle); in parse_coff() 865 syment.n_type, paux, TRUE, dhandle); in parse_coff()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ProcessElfCore.cpp | 489 if ((note.n_type == NT_PRSTATUS && have_prstatus) || in ParseThreadContextsFromNoteSegment() 490 (note.n_type == NT_PRPSINFO && have_prpsinfo)) in ParseThreadContextsFromNoteSegment() 509 switch (note.n_type) in ParseThreadContextsFromNoteSegment() 537 switch (note.n_type) in ParseThreadContextsFromNoteSegment()
|
| /NextBSD/usr.bin/ldd/ |
| HD | sods.c | 480 switch (np->n_type & ~N_EXT) { in dump_sym() 494 case N_FN: strcpy(type, np->n_type&N_EXT ? "fn" : "warn"); break; in dump_sym() 522 snprintf(type, sizeof type, "%#02x", np->n_type); in dump_sym() 526 if (np->n_type & N_EXT && type[0] != '0') in dump_sym()
|
| /NextBSD/cddl/contrib/opensolaris/head/ |
| HD | nlist.h | 40 unsigned short n_type; /* type and derived type */ member
|
| HD | syms.h | 59 unsigned short n_type; /* type and derived type */ member
|
| /NextBSD/contrib/file/src/ |
| HD | readelf.h | 202 Elf32_Word n_type; /* Content type */ member 208 Elf64_Word n_type; member
|
| /NextBSD/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 241 NType = STE_64.n_type; in darwinPrintSymbol() 251 NType = STE.n_type; in darwinPrintSymbol() 463 NType = STE_64.n_type; in darwinPrintStab() 468 NType = STE.n_type; in darwinPrintStab() 685 return STE.n_type; in getNType() 688 return STE.n_type; in getNType() 810 if ((STE.n_type & MachO::N_TYPE) == MachO::N_SECT) in getNsectInMachO() 815 if ((STE.n_type & MachO::N_TYPE) == MachO::N_SECT) in getNsectInMachO()
|
| /NextBSD/sys/sys/ |
| HD | nlist_aout.h | 60 unsigned char n_type; /* type defines */ member
|
| /NextBSD/contrib/gdb/include/ |
| HD | bout.h | 115 unsigned char n_type; /* See below */ member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.h | 28 elf::elf_word n_type; member 32 ELFNote() : n_namesz(0), n_descsz(0), n_type(0) in ELFNote()
|
| /NextBSD/tools/tools/ifpifa/ |
| HD | ifpifa.c | 111 if (nl[N_IFNET].n_type == 0) { in main()
|
| /NextBSD/sbin/dmesg/ |
| HD | dmesg.c | 140 if (nl[X_MSGBUF].n_type == 0) in main()
|