Lines Matching refs:AArch64_reloc_property
33 // The AArch64_reloc_property class is to store information about a particular
36 class AArch64_reloc_property
134 // manage AArch64_reloc_property.
135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
148 AArch64_reloc_property(const AArch64_reloc_property&);
149 AArch64_reloc_property& operator=(const AArch64_reloc_property&);
185 const AArch64_reloc_property*
194 const AArch64_reloc_property*
198 const AArch64_reloc_property* arp = this->table_[idx];
200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC)
240 AArch64_reloc_property* table_[Property_table_size];