Searched defs:getDynRel (Results 1 – 11 of 11) sorted by relevance
105 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel() function in AMDGPU
382 RelType Hexagon::getDynRel(RelType type) const { in getDynRel() function in Hexagon
270 RelType PPC::getDynRel(RelType type) const { in getDynRel() function in PPC
202 template <class ELFT> RelType MIPS<ELFT>::getDynRel(RelType type) const { in getDynRel() function in MIPS
184 RelType RISCV::getDynRel(RelType type) const { in getDynRel() function in RISCV
188 RelType AArch64::getDynRel(RelType type) const { in getDynRel() function in AArch64
165 RelType ARM::getDynRel(RelType type) const { in getDynRel() function in ARM
189 RelType X86::getDynRel(RelType type) const { in getDynRel() function in X86
408 RelType X86_64::getDynRel(RelType type) const { in getDynRel() function in X86_64
1055 RelType PPC64::getDynRel(RelType type) const { in getDynRel() function in PPC64
31 virtual RelType getDynRel(RelType type) const { return 0; } in getDynRel() function