Searched refs:r_type3 (Results 1 – 3 of 3) sorted by relevance
26 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument27 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))29 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument30 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
280 uint32_t r_type3 = (Type >> 16) & 0xff; in resolveMIPSN64Relocation() local294 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()295 RelType = r_type3; in resolveMIPSN64Relocation()
606 uint32_t r_type3 = (Type >> 16) & 0xff; in resolveMIPS64Relocation() local620 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPS64Relocation()621 RelType = r_type3; in resolveMIPS64Relocation()