Searched refs:RelTy (Results 1 – 9 of 9) sorted by relevance
65 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument68 switch(RelTy) { in getDefaultAddendForRelTy()78 switch(RelTy) { in getDefaultAddendForRelTy()87 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()89 switch(RelTy) { in getRelocationTySize()100 switch(RelTy) { in getRelocationTySize()110 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()112 switch(RelTy) { in isPCRelativeRel()123 switch(RelTy) { in isPCRelativeRel()141 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;
46 long int MBlazeELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument48 switch (RelTy) { in getDefaultAddendForRelTy()58 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()60 switch (RelTy) { in getRelocationTySize()83 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()85 switch (RelTy) { in isPCRelativeRel()102 unsigned RelTy) const { in computeRelocation()103 assert((RelTy == ELF::R_MICROBLAZE_32_PCREL || in computeRelocation()104 RelTy == ELF::R_MICROBLAZE_64_PCREL) && in computeRelocation()
50 long int MipsELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument52 switch(RelTy) { in getDefaultAddendForRelTy()59 unsigned MipsELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()60 switch(RelTy) { in getRelocationTySize()69 bool MipsELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()70 switch(RelTy) { in isPCRelativeRel()86 unsigned RelTy) const { in computeRelocation()88 if (RelTy == ELF::R_MIPS_GOT16) in computeRelocation()
54 long int ARMELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument60 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize()64 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const { in isPCRelativeRel()75 unsigned RelTy) const { in computeRelocation()
99 virtual long int getDefaultAddendForRelTy(unsigned RelTy,103 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;106 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;116 unsigned RelTy) const = 0;