Searched refs:Arm_reloc_property (Results 1 – 4 of 4) sorted by relevance
43 Arm_reloc_property::Tree_node*44 Arm_reloc_property::Tree_node::make_tree(const std::string& s) in make_tree()92 Arm_reloc_property::Arm_reloc_property( in Arm_reloc_property() function in gold::Arm_reloc_property278 new Arm_reloc_property(elfcpp::R_ARM_##name, "R_ARM_" #name, \ in Arm_reloc_property_table()279 Arm_reloc_property::RT_##type, deprecated, \ in Arm_reloc_property_table()280 Arm_reloc_property::RC_##class, \ in Arm_reloc_property_table()298 const Arm_reloc_property* arp = this->table_[code]; in reloc_name_in_error_message()308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message()309 gold_assert(reloc_type == Arm_reloc_property::RT_STATIC in reloc_name_in_error_message()315 case Arm_reloc_property::RT_STATIC: in reloc_name_in_error_message()[all …]
31 class Arm_reloc_property149 Arm_reloc_property(unsigned int code, const char* name, Reloc_type rtype,158 Arm_reloc_property(const Arm_reloc_property&);159 Arm_reloc_property& operator=(const Arm_reloc_property&);296 const Arm_reloc_property*305 const Arm_reloc_property*309 const Arm_reloc_property* arp = this->table_[code]; in get_implemented_static_reloc_property()311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC) in get_implemented_static_reloc_property()381 Arm_reloc_property* table_[Property_table_size];
8312 const Arm_reloc_property* reloc_property = in check_non_pic()9401 const Arm_reloc_property* reloc_property = in relocate()9565 case Arm_reloc_property::RAB_NONE: in relocate()9568 case Arm_reloc_property::RAB_TLS: in relocate()9569 case Arm_reloc_property::RAB_tp: in relocate()9571 case Arm_reloc_property::RAB_B_S: in relocate()9574 case Arm_reloc_property::RAB_GOT_ORG: in relocate()9577 case Arm_reloc_property::RAB_P: in relocate()9580 case Arm_reloc_property::RAB_Pa: in relocate()10111 const Arm_reloc_property* arp = in get_size_for_reloc()[all …]
8592 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):8594 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method8596 (Arm_reloc_property::uses_symbol_): New data member declaration.