Home | History | Annotate | Download | only in gold

Lines Matching defs:AArch64_reloc_property

74 AArch64_reloc_property::AArch64_reloc_property(
110 AArch64_reloc_property * p = new AArch64_reloc_property( \
112 AArch64_reloc_property::RT_##type, \
113 AArch64_reloc_property::RC_##class, \
117 AArch64_reloc_property::INST_##inst, \
134 const AArch64_reloc_property* arp = this->table_[tidx];
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type();
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC
151 case AArch64_reloc_property::RT_STATIC:
154 case AArch64_reloc_property::RT_DYNAMIC: