Home
last modified time | relevance | path

Searched refs:s_tag (Results 1 – 10 of 10) sorted by relevance

/original-bsd/old/as.vax/
H A Dasjxxx.c71 jumpfrom->s_tag = JXACTIVE;
105 if (lastjxxx->s_tag == JXTUNNEL){
106 lastjxxx->s_tag = JXINACTIVE;
181 sp->s_tag = JXALIGN;
263 tag = jumpfrom->s_tag; in jxxxfix()
315 jumpfrom->s_tag = JXTUNNEL; in jxxxfix()
331 jumpfrom->s_tag = JXNOTYET; in jxxxfix()
413 jumpfrom->s_tag = in jxxxfix()
454 jumpfrom->s_tag = JXINACTIVE; in jxxxfix()
489 tag = sp->s_tag;
[all …]
H A Dassyms.c82 if ( (ip->s_tag!=INSTn) in syminstall()
83 && (ip->s_tag!=INST0) in syminstall()
84 && (ip->s_tag!=0)) in syminstall()
100 && (sp->s_tag == LABELID) \
120 if (sp->s_tag >= IGNOREBOUND) in freezesymtab()
163 if(sp->s_tag == STABFLOATING) { in stabfix()
248 if (p->s_tag >= IGNOREBOUND) /*p points to a jxxx*/
250 if (q->s_tag >= IGNOREBOUND)
326 tagstring(sp->s_tag)); in dumpsymtab()
667 if (sp->s_tag >= IGNOREBOUND)
[all …]
H A Dasparse.c167 np->s_tag = LABELID; in yyparse()
242 np->s_tag = OBSOLETE; /*invalidate original */ in yyparse()
249 np->s_tag = ILSYM; in yyparse()
555 stpt->s_tag = STABFIXED; in yyparse()
558 stpt->s_tag = STABFLOATING; in yyparse()
562 stpt->s_tag = STABFIXED; in yyparse()
586 stpt->s_tag = STABFLOATING; in yyparse()
642 stpt->s_tag = STABFLOATING; /*although it has no effect in pass 2*/ in yyparse()
H A Dasscan2.c247 switch((op = *lookup(1))->s_tag){
261 val = op->s_tag;
265 val = op->s_tag;
H A Das.h183 u_char s_tag; /* assembler tag */ member
217 u_char s_tag; member
/original-bsd/old/as.tahoe/
H A Dasjxxx.c68 jumpfrom->s_tag = JXACTIVE;
97 if (lastjxxx->s_tag == JXTUNNEL){
98 lastjxxx->s_tag = JXINACTIVE;
165 sp->s_tag = JXALIGN;
224 sp->s_tag = JXALIGN;
297 tag = jumpfrom->s_tag; in jxxxfix()
349 jumpfrom->s_tag = JXTUNNEL; in jxxxfix()
365 jumpfrom->s_tag = JXNOTYET; in jxxxfix()
447 jumpfrom->s_tag = in jxxxfix()
523 tag = sp->s_tag;
[all …]
H A Dassyms.c79 if ( (ip->s_tag!=INSTn) in syminstall()
80 && (ip->s_tag!=INST0) in syminstall()
81 && (ip->s_tag!=0)) in syminstall()
90 && (sp->s_tag == LABELID) \
110 if (sp->s_tag >= IGNOREBOUND) in freezesymtab()
153 if(sp->s_tag == STABFLOATING) { in stabfix()
238 if (p->s_tag >= IGNOREBOUND) /*p points to a jxxx*/
240 if (q->s_tag >= IGNOREBOUND)
316 tagstring(sp->s_tag)); in dumpsymtab()
695 if (sp->s_tag >= IGNOREBOUND)
[all …]
H A Dasparse.c249 np->s_tag = LABELID; in yyparse()
324 np->s_tag = OBSOLETE; /*invalidate original */ in yyparse()
331 np->s_tag = ILSYM; in yyparse()
720 stpt->s_tag = STABFIXED; in yyparse()
723 stpt->s_tag = STABFLOATING; in yyparse()
727 stpt->s_tag = STABFIXED; in yyparse()
751 stpt->s_tag = STABFLOATING; in yyparse()
807 stpt->s_tag = STABFLOATING; /*although it has no effect in pass 2*/ in yyparse()
H A Dasscan2.c246 switch((op = *lookup(1))->s_tag){
259 val = op->s_tag;
263 val = op->s_tag;
H A Das.h181 u_char s_tag; /* assembler tag */ member
215 u_char s_tag; member