Searched refs:object_arch (Results 1 – 3 of 3) sorted by relevance
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.
756 @cindex @code{.object_arch} directive, ARM757 @item .object_arch @var{name}
154 static const arm_feature_set *object_arch = NULL; variable8253 if (object_arch && !ARM_CPU_HAS_FEATURE (*object_arch, arm_ext_v5)) in do_bx()25127 if (object_arch) in aeabi_set_public_attributes()25130 ARM_MERGE_FEATURE_SETS (flags, flags, *object_arch); in aeabi_set_public_attributes()25401 object_arch = &opt->value; in s_arm_object_arch()