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.cpp599 uint64_t tlsdescVal = 0; in relocateAlloc() local
616 tlsdescVal = val; in relocateAlloc()
618 val = tlsdescVal; in relocateAlloc()
626 tlsdescVal = val + rel.offset; in relocateAlloc()
637 tlsdescVal = val; in relocateAlloc()
642 tlsdescVal -= rel.offset; in relocateAlloc()
643 val = tlsdescVal; in relocateAlloc()