Searched refs:object_arch (Results 1 – 3 of 3) sorted by relevance
621 @cindex @code{.object_arch} directive, ARM622 @item .object_arch @var{name}
319 * config/tc-arm.c (object_arch): New variable.321 (md_pseudo_table): Add object_arch.322 (aeabi_set_public_attributes): Obey object_arch.323 * doc/c-arm.texi: Document .object_arch.
158 static const arm_feature_set *object_arch = NULL; variable20655 if (object_arch) in aeabi_set_public_attributes()20658 ARM_MERGE_FEATURE_SETS (flags, flags, *object_arch); in aeabi_set_public_attributes()20860 object_arch = &opt->value; in s_arm_object_arch()