Lines Matching refs:RelTy
65 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, in getDefaultAddendForRelTy() argument
68 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()
143 if (RelTy == ELF::R_X86_64_PC32 || RelTy == ELF::R_386_PC32) in computeRelocation()