Searched refs:getDynRel (Results 1 – 7 of 7) sorted by relevance
37 RelType getDynRel(RelType Type) const override;150 RelType AArch64::getDynRel(RelType Type) const { in getDynRel() function in AArch64
31 RelType getDynRel(RelType Type) const override;182 RelType X86::getDynRel(RelType Type) const { in getDynRel() function in X86
32 RelType getDynRel(RelType Type) const override;148 RelType ARM::getDynRel(RelType Type) const { in getDynRel() function in ARM
31 RelType getDynRel(RelType Type) const override;169 template <class ELFT> RelType X86_64<ELFT>::getDynRel(RelType Type) const { in getDynRel() function in X86_64
35 RelType getDynRel(RelType Type) const override;183 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType Type) const { in getDynRel() function in MIPS
30 virtual RelType getDynRel(RelType Type) const { return Type; } in getDynRel() function
863 } else if (RelType Rel = Target->getDynRel(Type)) { in processRelocAux()