Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/tools/ctf/cvt/
H A Dstabs.c217 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 …]
H A Dctftools.h102 uint8_t n_type; member
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk3.c120 if (np->n_type == FUNC) in strassign()
122 else if (np->n_type == GETLINE || np->n_type == KEYWORD) in strassign()
245 if (right->n_type == PARM) in assign()
250 switch (left->n_type) { in assign()
386 np->n_type = type; in emptynode()
400 else if (np->n_type == RE) { in freenode()
569 if (wp->n_type == COMMA) { in execute()
576 if (np->n_type != PACT) in execute()
589 if (np->n_type != phase) in execute()
591 } else if ((type = np->n_type) == BEGIN || type == END) { in execute()
[all …]
H A Dawk.y179 { $2->n_type = UFUNC; funparm = 1; }
419 && np->n_type == DELETE
420 && (np = np->n_left)->n_type == INDEX
544 && (type = np->n_type)!=FUNC && type!=UFUNC
548 if ((type=np->n_type)==COMMA) {
551 while ((lp = np->n_left)!=NNULL && lp->n_type==COMMA) {
556 *spp != NNULL && (*spp)->n_type==COMMA;
565 (type = np->n_left->n_type)!= FUNC && type!=UFUNC)
H A Dawk4.c372 if (snp->n_type == INDEX && snp->n_left == tnp) in f_split()
378 switch (tnp->n_type) { in f_split()
402 if (sep->n_type == PARM) in f_split()
404 if (sep->n_type == RE) { in f_split()
427 if (otnp->n_type == PARM) in f_split()
592 if (array->n_type == PARM) in f_asort()
594 if (array->n_type != ARRAY) in f_asort()
599 || funcnp->n_type != UFUNC) in f_asort()
663 while (np!=NNULL && np->n_type==COMMA) { in nargs()
H A Dawk2.c416 if (knp->n_type == KEYWORD) in dobegin()
571 if (np->n_type == PARM) in f_getline()
602 if ((type = np->n_type) == APPEND) in openfile()
623 switch (np->n_type) { in openfile()
702 if (isleaf(fnp->n_flags) && fnp->n_type == PARM) in xprintf()
884 if (isleaf(np->n_flags) && np->n_type == PARM) in nextarg()
/titanic_44/usr/src/cmd/mailx/
H A Dnames.c74 np->n_type = -1; in nalloc()
133 t->n_type = ntype; in extract()
159 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
160 (p->n_type & GDEL)) in detract()
169 if ((ntype && (p->n_type & GMASK) != ntype) || in detract()
170 (p->n_type & GDEL)) in detract()
187 np->n_type |= GDEL; in outpre()
362 np->n_type |= GDEL; in outof()
428 newnames = gexpand(newnames, gh, metoo, np->n_type); in usermap()
470 np->n_type = ntype; in gexpand()
[all …]
H A Dtranslate.c58 if (! (n->n_type & GDEL)) in translate()
63 if (! (n->n_type & GDEL)) { in translate()
82 if (n->n_type & GDEL) in translate()
89 x = extract(line, n->n_type); in translate()
90 n->n_type |= GDEL; in translate()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c47 q->n_type = 0; in _nlist()
70 if (soff == 0 || q->n_type & N_STAB) in _nlist()
84 if (p->n_type != 0) in _nlist()
95 p->n_type = q->n_type; in _nlist()
/titanic_44/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c105 p->n_type = GELF_ST_TYPE(sym.st_info); in _elf_nlist()
133 p->n_type = 0; in nlist()
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c100 p->n_type = 0; in nlist()
263 p->n_type = ELF32_ST_TYPE(sym->st_info); in _elf_nlist()
463 p->n_type = q->n_type; in _coff_nlist()
/titanic_44/usr/src/head/
H A Dnlist.h40 unsigned short n_type; /* type and derived type */ member
H A Dsyms.h59 unsigned short n_type; /* type and derived type */ member
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Da.out.c303 switch (sp->n_type) { in aout_symconvert()
358 rs->rtc_sp->n_type = N_COMM; in aout_find_com()
486 if (sp->n_type == (N_EXT + N_UNDF)) { in aout_find_sym()
637 if (sym->n_type == (N_EXT + N_UNDF)) in aout_dladdr()
H A D_a.out.h80 uchar_t n_type; /* type flag (N_TEXT,..) */ member
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c318 int n_type; in remove_dup_syms() local
341 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); in remove_dup_syms()
347 if (i_type == n_type) { in remove_dup_syms()
/titanic_44/usr/src/stand/lib/inet/
H A Dmac.c63 int n_type; /* IFT */ member
150 type = ofw_types[i].n_type; in mac_init()
/titanic_44/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h157 unsigned char n_type; /* type flag (N_TEXT,..) */ member
/titanic_44/usr/src/cmd/file/
H A Delf_read.c174 r |= file_xlatetom(ELF_T_WORD, (char *)&nhdr->n_type); in xlatetom_nhdr()
349 ntype = nhdr->n_type; in process_phdr()
/titanic_44/usr/src/lib/libkvm/common/
H A Dtest.c138 for (nlp = nl; nlp[0].n_type != 0; nlp++) in main()
206 switch (nl[i].n_type) { in tst_nlist()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h657 Elf32_Word n_type; /* type of note */ member
664 Elf64_Word n_type; /* type of note */ member
/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c408 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type); in read_elf32()
421 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) { in read_elf32()
809 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type); in read_elf64()
822 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) { in read_elf64()
/titanic_44/usr/src/lib/libproc/common/
H A DPcore.c2451 nhdr.n_type, nhdr.n_namesz, nhdr.n_descsz); in Pfgrab_core()
2458 if (nhdr.n_type < sizeof (nhdlrs) / sizeof (nhdlrs[0])) { in Pfgrab_core()
2459 if (nhdlrs[nhdr.n_type](P, nhdr.n_descsz) < 0) { in Pfgrab_core()
2461 nhdr.n_type); in Pfgrab_core()
2470 if (nhdr.n_type == NT_PRSTATUS || in Pfgrab_core()
2471 nhdr.n_type == NT_PRPSINFO) in Pfgrab_core()
/titanic_44/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c291 if (nhdr->n_type != XEN_ELFNOTE_DUMPCORE_XEN_VERSION) in xkb_identify()
1180 switch (nhdr->n_type) { in xkb_open_elf()
1222 nhdr->n_type, name); in xkb_open_elf()
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h254 short n_type; /* From which list it came */ member

12