Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c77 } *current_stag = NULL; variable
217 if (current_stag != NULL) \
643 if (!current_stag) in tic54x_struct()
651 else if (current_stag->current_bitfield_offset != 0) in tic54x_struct()
654 current_stag->current_bitfield_offset = 0; in tic54x_struct()
668 if (current_stag) in tic54x_struct()
671 current_stag->inner = (struct stag *) xmalloc (sizeof (struct stag)); in tic54x_struct()
672 memset (current_stag->inner, 0, sizeof (struct stag)); in tic54x_struct()
673 current_stag->inner->outer = current_stag; in tic54x_struct()
674 current_stag = current_stag->inner; in tic54x_struct()
[all …]