Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c59 static struct stag struct
61 symbolS *sym; /* Symbol for this stag; value is offset. */ argument
66 struct stag_field /* List of fields. */ argument
71 struct stag *stag; /* If field is struct/union. */ argument
74 /* For nesting; used only in stag construction. */ argument
75 struct stag *inner; /* Enclosed .struct. */ argument
76 struct stag *outer; /* Enclosing .struct. */ argument
546 stag_add_field_symbols (struct stag *stag, in stag_add_field_symbols()
606 struct stag *stag) in stag_add_field()
787 struct stag *stag = (struct stag *) hash_find (stag_hash, name); in tic54x_tag() local
[all …]