Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp605 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPS64Relocation() local
614 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPS64Relocation()
615 RelType = r_type2; in resolveMIPS64Relocation()