Home
last modified time | relevance | path

Searched refs:is_implemented (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Daarch64-reloc-property.cc79 bool is_implemented, in AArch64_reloc_property() argument
87 is_implemented_(is_implemented), in AArch64_reloc_property()
106 #define ARD(rname, type, class, is_implemented, group_index, LB, UB, BSL, BSH, RFLAGS, inst) \ in AArch64_reloc_property_table() argument
114 is_implemented, \ in AArch64_reloc_property_table()
146 || !arp->is_implemented()); in reloc_name_in_error_message()
152 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message()
Darm-reloc-property.cc99 bool is_implemented, in Arm_reloc_property() argument
105 is_implemented_(is_implemented), checks_overflow_(checks_overflow), in Arm_reloc_property()
271 #define RD(name, type, deprecated, class, operation, is_implemented, \ in Arm_reloc_property_table() argument
281 (operation).s_expression(), is_implemented, \ in Arm_reloc_property_table()
310 || !arp->is_implemented()); in reloc_name_in_error_message()
316 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message()
Daarch64-reloc-property.h102 is_implemented() const in is_implemented() function
137 bool is_implemented,
201 && arp->is_implemented()) in get_implemented_static_reloc_property()
Darm-reloc-property.h92 is_implemented() const in is_implemented() function
151 const std::string& operation, bool is_implemented,
312 && arp->is_implemented()) in get_implemented_static_reloc_property()