Searched refs:setRType (Results 1 – 2 of 2) sorted by relevance
295 Type = setRType((unsigned)ELF::R_MIPS_GPREL32, Type); in getRelocType()335 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()342 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType()349 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type); in getRelocType()356 Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type); in getRelocType()
132 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() function