Searched refs:RelTy (Results 1 – 8 of 8) sorted by relevance
66 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument69 switch(RelTy) { in getDefaultAddendForRelTy()79 switch(RelTy) { in getDefaultAddendForRelTy()89 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()91 switch(RelTy) { in getRelocationTySize()102 switch(RelTy) { in getRelocationTySize()113 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()115 switch(RelTy) { in isPCRelativeRel()126 switch(RelTy) { in isPCRelativeRel()145 unsigned RelTy) const { in computeRelocation()[all …]
37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,41 virtual unsigned getRelocationTySize(unsigned RelTy) const;44 virtual bool isPCRelativeRel(unsigned RelTy) const;54 unsigned RelTy) const;
47 long int MBlazeELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument49 switch (RelTy) { in getDefaultAddendForRelTy()60 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()62 switch (RelTy) { in getRelocationTySize()85 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()87 switch (RelTy) { in isPCRelativeRel()104 unsigned RelTy) const { in computeRelocation()105 if (RelTy == ELF::R_MICROBLAZE_32_PCREL || ELF::R_MICROBLAZE_64_PCREL) in computeRelocation()
36 virtual long int getDefaultAddendForRelTy(unsigned RelTy,40 virtual unsigned getRelocationTySize(unsigned RelTy) const;43 virtual bool isPCRelativeRel(unsigned RelTy) const;53 unsigned RelTy) const;
55 long int ARMELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument61 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()66 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()79 unsigned RelTy) const { in computeRelocation()
101 virtual long int getDefaultAddendForRelTy(unsigned RelTy,105 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;108 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;118 unsigned RelTy) const = 0;
1905 unsigned RelTy = R.getType(); in relocationNeedsGot() local1907 return RelTy == ELF::R_AARCH64_ADR_GOT_PAGE || in relocationNeedsGot()1908 RelTy == ELF::R_AARCH64_LD64_GOT_LO12_NC; in relocationNeedsGot()1911 return RelTy == ELF::R_X86_64_GOTPCREL || in relocationNeedsGot()1912 RelTy == ELF::R_X86_64_GOTPCRELX || in relocationNeedsGot()1913 RelTy == ELF::R_X86_64_GOT64 || in relocationNeedsGot()1914 RelTy == ELF::R_X86_64_REX_GOTPCRELX; in relocationNeedsGot()