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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c78 } *current_stag = NULL; variable in typeref:struct:stag
218 if (current_stag != NULL) \
644 if (!current_stag)
652 else if (current_stag->current_bitfield_offset != 0)
655 current_stag->current_bitfield_offset = 0;
669 if (current_stag)
672 current_stag->inner = (struct stag *) xmalloc (sizeof (struct stag));
673 memset (current_stag->inner, 0, sizeof (struct stag));
674 current_stag->inner->outer = current_stag;
[all...]

Completed in 116 milliseconds