Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp599 bool tlsdescRelax = false, isToLe = false; in relocateAlloc() local
624 isToLe = false; in relocateAlloc()
635 isToLe = true; in relocateAlloc()
638 if (!isToLe && rel.type == R_RISCV_TLSDESC_ADD_LO12) in relocateAlloc()
647 (rel.type == R_RISCV_TLSDESC_ADD_LO12 && isToLe && !hi20(val)))) in relocateAlloc()
649 if (isToLe) in relocateAlloc()