Searched defs:stag (Results 1 – 8 of 8) sorted by relevance
58 static struct stag struct60 symbolS *sym; /* Symbol for this stag; value is offset. */ argument65 struct stag_field /* List of fields. */ argument70 struct stag *stag; /* If field is struct/union. */ member73 /* For nesting; used only in stag construction. */ argument74 struct stag *inner; /* Enclosed .struct. */ argument75 struct stag *outer; /* Enclosing .struct. */ argument538 stag_add_field_symbols (struct stag *stag, in stag_add_field_symbols()594 struct stag *stag) in stag_add_field()773 struct stag *stag = (struct stag *) str_hash_find (stag_hash, name); in tic54x_tag() local[all …]
58 static struct stag struct60 symbolS *sym; /* Symbol for this stag; value is offset. */ argument65 struct stag_field /* List of fields. */ argument70 struct stag *stag; /* If field is struct/union. */ argument73 /* For nesting; used only in stag construction. */ argument74 struct stag *inner; /* Enclosed .struct. */ argument75 struct stag *outer; /* Enclosing .struct. */ argument566 stag_add_field_symbols (struct stag *stag, in stag_add_field_symbols()625 struct stag *stag) in stag_add_field()804 struct stag *stag = (struct stag *) str_hash_find (stag_hash, name); in tic54x_tag() local[all …]
1648 auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() local1807 … auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() local3500 auto stag = (tt.tok == TOK.struct_) variable
62 struct stag { struct66 struct stag *stp = &st; argument
159 Symbol *stag; // tag symbol for debug data variable
216 u_int stag; /* save tag register */ member
454 ber_tag_t stag; in certificateListValidate() local