Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c59 static struct stag struct
71 struct stag *stag; /* If field is struct/union. */ argument
75 struct stag *inner; /* Enclosed .struct. */ argument
76 struct stag *outer; /* Enclosing .struct. */ argument
539 stag_add_field_symbols (struct stag *stag, in stag_add_field_symbols() argument
546 struct stag_field *field = stag->field; in stag_add_field_symbols()
560 (field->stag ? field->offset : in stag_add_field_symbols()
577 if (field->stag != NULL) in stag_add_field_symbols()
578 stag_add_field_symbols (field->stag, name, in stag_add_field_symbols()
591 stag_add_field (struct stag *parent, in stag_add_field()
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
Dstruct.s4 REAL_REC .struct ; stag = REAL_REC
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-tic54x.texi601 @item [@var{stag}] .struct [@var{offset}]
608 @itemx @var{label} .tag [@var{stag}]
609 Assign symbolic offsets to the elements of a structure. @var{stag}
614 into the structure. If @var{stag} is missing, these become global
749 @item @code{$structsz(@var{stag})}
750 Returns the size of the structure or union represented by @var{stag}.
753 @item @code{$structacc(@var{stag})}
755 @var{stag}. Always returns zero.