Home
last modified time | relevance | path

Searched defs:stag (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c58 static struct stag struct
60 symbolS *sym; /* Symbol for this stag; value is offset. */ argument
65 struct stag_field /* List of fields. */ argument
70 struct stag *stag; /* If field is struct/union. */ member
73 /* For nesting; used only in stag construction. */ argument
74 struct stag *inner; /* Enclosed .struct. */ argument
75 struct stag *outer; /* Enclosing .struct. */ argument
538 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 …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c58 static struct stag struct
60 symbolS *sym; /* Symbol for this stag; value is offset. */ argument
65 struct stag_field /* List of fields. */ argument
70 struct stag *stag; /* If field is struct/union. */ argument
73 /* For nesting; used only in stag construction. */ argument
74 struct stag *inner; /* Enclosed .struct. */ argument
75 struct stag *outer; /* Enclosing .struct. */ argument
566 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d1648 auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() local
1807 … auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() local
3500 auto stag = (tt.tok == TOK.struct_) variable
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c62 struct stag { struct
66 struct stag *stp = &st; argument
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c62 struct stag { struct
66 struct stag *stp = &st; argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h159 Symbol *stag; // tag symbol for debug data variable
/netbsd-src/sys/arch/newsmips/dev/
H A Dscsireg.h216 u_int stag; /* save tag register */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c454 ber_tag_t stag; in certificateListValidate() local