/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | 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 …]
|
H A D | ctftools.h | 102 uint8_t n_type; member
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk3.c | 120 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 D | awk.y | 179 { $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 D | awk4.c | 372 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 D | awk2.c | 416 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 D | names.c | 74 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 D | translate.c | 58 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.c | 47 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 D | nlist.c | 105 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 D | nlist.c | 100 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 D | nlist.h | 40 unsigned short n_type; /* type and derived type */ member
|
H A D | syms.h | 59 unsigned short n_type; /* type and derived type */ member
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 303 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.h | 80 uchar_t n_type; /* type flag (N_TEXT,..) */ member
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 318 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 D | mac.c | 63 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 D | a.out.h | 157 unsigned char n_type; /* type flag (N_TEXT,..) */ member
|
/titanic_44/usr/src/cmd/file/ |
H A D | elf_read.c | 174 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 D | test.c | 138 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 D | elf.h | 657 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 D | readfile.c | 408 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 D | Pcore.c | 2451 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 D | mdb_kb.c | 291 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 D | def.h | 254 short n_type; /* From which list it came */ member
|