Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h110 bool addTlsIndex();
191 void addTlsIndex(InputFile &file);
H A DRelocations.cpp1221 in.mipsGot->addTlsIndex(*c.file); in handleMipsTlsRelocation()
1737 if (ctx.needsTlsLd.load(std::memory_order_relaxed) && got->addTlsIndex()) { in postScanRelocations()
H A DSyntheticSections.cpp644 bool GotSection::addTlsIndex() { in addTlsIndex() function in GotSection
726 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex() function in MipsGotSection