Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp279 uint32_t r_type3 = (Type >> 16) & 0xff; in resolveMIPSN64Relocation() local
293 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
294 RelType = r_type3; in resolveMIPSN64Relocation()