Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.cpp633 static int64_t getTlsTpOffset(const Symbol &s) { in getTlsTpOffset() function
834 return getTlsTpOffset(sym) + a; in getRelocTargetVA()
839 return -getTlsTpOffset(sym) + a; in getRelocTargetVA()