Home
last modified time | relevance | path

Searched refs:r_type3 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/mips/cpu/
Dstart.S26 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
27 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))
29 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
30 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp280 uint32_t r_type3 = (Type >> 16) & 0xff; in resolveMIPSN64Relocation() local
294 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
295 RelType = r_type3; in resolveMIPSN64Relocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp606 uint32_t r_type3 = (Type >> 16) & 0xff; in resolveMIPS64Relocation() local
620 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPS64Relocation()
621 RelType = r_type3; in resolveMIPS64Relocation()