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

12

/opensolaris-onvv-gate/usr/src/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
/opensolaris-onvv-gate/usr/src/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
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dtranslate.c58 if (! (n->n_type & GDEL))
63 if (! (n->n_type & GDEL)) {
82 if (n->n_type & GDEL)
89 x = extract(line, n->n_type);
90 n->n_type |= GDEL;
H A Dnames.c74 np->n_type = -1;
133 t->n_type = ntype;
159 if ((ntype && (p->n_type & GMASK) != ntype)
160 || (p->n_type & GDEL))
169 if ((ntype && (p->n_type & GMASK) != ntype)
170 || (p->n_type & GDEL))
187 np->n_type |= GDEL;
358 np->n_type |= GDEL;
424 newnames = gexpand(newnames, gh, metoo, np->n_type);
466 np->n_type
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c47 q->n_type = 0;
70 if (soff == 0 || q->n_type & N_STAB)
84 if (p->n_type != 0)
95 p->n_type = q->n_type;
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c120 if (np->n_type == FUNC)
122 else if (np->n_type == GETLINE || np->n_type == KEYWORD)
245 if (right->n_type == PARM)
250 switch (left->n_type) {
386 np->n_type = type;
400 else if (np->n_type == RE) {
569 if (wp->n_type == COMMA) {
576 if (np->n_type != PACT)
589 if (np->n_type !
[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)
378 switch (tnp->n_type) {
402 if (sep->n_type == PARM)
404 if (sep->n_type == RE) {
427 if (otnp->n_type == PARM)
592 if (array->n_type == PARM)
594 if (array->n_type != ARRAY)
599 || funcnp->n_type != UFUNC)
663 while (np!=NNULL && np->n_type==COMMA) {
H A Dawk2.c416 if (knp->n_type == KEYWORD)
571 if (np->n_type == PARM)
602 if ((type = np->n_type) == APPEND)
623 switch (np->n_type) {
702 if (isleaf(fnp->n_flags) && fnp->n_type == PARM)
884 if (isleaf(np->n_flags) && np->n_type == PARM)
H A Dawk.h102 ushort_t n_type; member in struct:NODE
H A Dawk1.c799 switch (np->n_type) {
860 return (np->n_type);
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c105 p->n_type = GELF_ST_TYPE(sym.st_info);
133 p->n_type = 0;
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h157 unsigned char n_type; /* type flag (N_TEXT,..) */ member in struct:nlist
164 * Simple values for n_type.
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c100 p->n_type = 0;
263 p->n_type = ELF32_ST_TYPE(sym->st_info);
463 p->n_type = q->n_type;
/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c318 int n_type; local
341 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo);
347 if (i_type == n_type) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c303 switch (sp->n_type) {
358 rs->rtc_sp->n_type = N_COMM;
486 if (sp->n_type == (N_EXT + N_UNDF)) {
637 if (sym->n_type == (N_EXT + N_UNDF))
H A D_a.out.h82 uchar_t n_type; /* type flag (N_TEXT,..) */ member in struct:nlist
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Delf_read.c176 r |= file_xlatetom(ELF_T_WORD, (char *)&nhdr->n_type);
351 ntype = nhdr->n_type;
/opensolaris-onvv-gate/usr/src/lib/libkvm/common/
H A Dtest.c138 for (nlp = nl; nlp[0].n_type != 0; nlp++)
203 * n_type gets filled in w/ELF32_ST_TYPE(sym->st_info)
206 switch (nl[i].n_type) {
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dmac.c63 int n_type; /* IFT */ member in struct:ofw_net_types
150 type = ofw_types[i].n_type;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf.h651 Elf32_Word n_type; /* type of note */ member in struct:__anon7400
658 Elf64_Word n_type; /* type of note */ member in struct:__anon7401
/opensolaris-onvv-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c408 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type);
421 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) {
809 nhdr->n_namesz, nhdr->n_descsz, nhdr->n_type);
822 nhdr->n_type == ELF_NOTE_PAGESIZE_HINT) {
/opensolaris-onvv-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h249 short n_type; /* From which list it came */ member in struct:name

Completed in 330 milliseconds

12