Searched refs:r_type2 (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)
279 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPSN64Relocation() local288 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()289 RelType = r_type2; in resolveMIPSN64Relocation()
605 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPS64Relocation() local614 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPS64Relocation()615 RelType = r_type2; in resolveMIPS64Relocation()