Lines Matching refs:Object_attribute
2148 Object_attribute* attr = in using_thumb2()
2158 Object_attribute* attr = in using_thumb_only()
2175 Object_attribute* attr = in may_use_arm_nop()
2188 Object_attribute* attr = in may_use_thumb2_nop()
2200 Object_attribute* attr = in may_use_v4t_interworking()
2211 Object_attribute* attr = in may_use_v5t_interworking()
2850 const Object_attribute* div_attr);
2856 attributes_forbid_div(const Object_attribute* div_attr);
2863 Object_attribute*
2868 Object_attribute* attr = in get_aeabi_object_attribute()
2869 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()
9251 const Object_attribute* cpu_arch_attr = in do_finalize_sections()
9261 const Object_attribute* cpu_arch_profile_attr = in do_finalize_sections()
10611 Object_attribute* attr = this->get_aeabi_object_attribute(elfcpp::Tag_ABI_VFP_args); in do_adjust_elf_header()
10671 const Object_attribute* known_attributes = in get_secondary_compatible_arch()
10672 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in get_secondary_compatible_arch()
10697 Object_attribute* known_attributes = in set_secondary_compatible_arch()
10698 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in set_secondary_compatible_arch()
10982 const Object_attribute* div_attr) in attributes_accept_div()
11014 Target_arm<big_endian>::attributes_forbid_div(const Object_attribute* div_attr) in attributes_forbid_div()
11033 const int vendor = Object_attribute::OBJ_ATTR_PROC; in merge_object_attributes()
11037 Object_attribute* out_attr = in merge_object_attributes()
11062 const Object_attribute* in_attr = pasd->known_attributes(vendor); in merge_object_attributes()
11063 Object_attribute* out_attr = in merge_object_attributes()
11372 case Object_attribute::Tag_compatibility: in merge_object_attributes()
12361 if (tag == Object_attribute::Tag_compatibility) in do_attribute_arg_type()
12362 return (Object_attribute::ATTR_TYPE_FLAG_INT_VAL in do_attribute_arg_type()
12363 | Object_attribute::ATTR_TYPE_FLAG_STR_VAL); in do_attribute_arg_type()
12365 return (Object_attribute::ATTR_TYPE_FLAG_INT_VAL in do_attribute_arg_type()
12366 | Object_attribute::ATTR_TYPE_FLAG_NO_DEFAULT); in do_attribute_arg_type()
12368 return Object_attribute::ATTR_TYPE_FLAG_STR_VAL; in do_attribute_arg_type()
12370 return Object_attribute::ATTR_TYPE_FLAG_INT_VAL; in do_attribute_arg_type()
12373 ? Object_attribute::ATTR_TYPE_FLAG_STR_VAL in do_attribute_arg_type()
12374 : Object_attribute::ATTR_TYPE_FLAG_INT_VAL); in do_attribute_arg_type()