Home
last modified time | relevance | path

Searched refs:AArch64_reloc_property (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Daarch64-reloc-property.cc74 AArch64_reloc_property::AArch64_reloc_property( in AArch64_reloc_property() function in gold::AArch64_reloc_property
110 AArch64_reloc_property * p = new AArch64_reloc_property( \ in AArch64_reloc_property_table()
112 AArch64_reloc_property::RT_##type, \ in AArch64_reloc_property_table()
113 AArch64_reloc_property::RC_##class, \ in AArch64_reloc_property_table()
117 AArch64_reloc_property::INST_##inst, \ in AArch64_reloc_property_table()
134 const AArch64_reloc_property* arp = this->table_[tidx]; in reloc_name_in_error_message()
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message()
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message()
151 case AArch64_reloc_property::RT_STATIC: in reloc_name_in_error_message()
154 case AArch64_reloc_property::RT_DYNAMIC: in reloc_name_in_error_message()
Daarch64-reloc-property.h36 class 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]; in get_implemented_static_reloc_property()
200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC) in get_implemented_static_reloc_property()
240 AArch64_reloc_property* table_[Property_table_size];
Daarch64.cc3722 const AArch64_reloc_property* arp = aarch64_reloc_property_table-> in scan_reloc_for_stub()
4031 const AArch64_reloc_property* arp = in relocate_stub()
4963 static const AArch64_howto aarch64_howto[AArch64_reloc_property::INST_NUM] =
5083 aarch64_howto[AArch64_reloc_property::INST_MOVW].doffset; in update_movnz()
5085 aarch64_howto[AArch64_reloc_property::INST_MOVW].dst_mask; in update_movnz()
5104 const AArch64_reloc_property* reloc_property) in reloc_common()
5110 const AArch64_reloc_property::Reloc_inst inst = in reloc_common()
5145 const AArch64_reloc_property* reloc_property) in rela_ua()
5167 const AArch64_reloc_property* reloc_property) in pcrela_ua()
5188 const AArch64_reloc_property* reloc_property) in rela()
[all …]