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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c20171 arm_feature_set *ext_set = xmalloc (sizeof (arm_feature_set));
20174 *ext_set = **opt_p;
20175 *opt_p = ext_set;
20206 ARM_MERGE_FEATURE_SETS (*ext_set, *ext_set, opt->value);
20157 arm_feature_set *ext_set = xmalloc (sizeof (arm_feature_set)); local

Completed in 209 milliseconds