Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp598 uint64_t tlsdescVal = 0; in relocateAlloc() local
613 tlsdescVal = val; in relocateAlloc()
615 val = tlsdescVal; in relocateAlloc()
623 tlsdescVal = val + rel.offset; in relocateAlloc()
634 tlsdescVal = val; in relocateAlloc()
639 tlsdescVal -= rel.offset; in relocateAlloc()
640 val = tlsdescVal; in relocateAlloc()