Searched refs:stag (Results 1 – 3 of 3) sorted by relevance
59 static struct stag struct71 struct stag *stag; /* If field is struct/union. */ argument75 struct stag *inner; /* Enclosed .struct. */ argument76 struct stag *outer; /* Enclosing .struct. */ argument539 stag_add_field_symbols (struct stag *stag, in stag_add_field_symbols() argument546 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 …]
4 REAL_REC .struct ; stag = REAL_REC
601 @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 global749 @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.