Lines Matching full:arm_reloc_property
28 // The Arm_reloc_property class is to store information about a particular
31 class Arm_reloc_property
148 // manage Arm_reloc_property.
149 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&);
294 // Return an Arm_reloc_property object for CODE if it is a valid relocation
296 const Arm_reloc_property*
305 const Arm_reloc_property*
309 const Arm_reloc_property* arp = this->table_[code];
311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC)
381 Arm_reloc_property* table_[Property_table_size];