Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.h198 uint64_t getTlsIndexOffset(const InputFile *f) const;
DInputSection.cpp706 return in.mipsGot->getVA() + in.mipsGot->getTlsIndexOffset(file) - in getRelocTargetVA()
DSyntheticSections.cpp787 uint64_t MipsGotSection::getTlsIndexOffset(const InputFile *f) const { in getTlsIndexOffset() function in MipsGotSection