Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h133 bool addDynTlsEntry(Symbol &sym);
214 void addDynTlsEntry(InputFile &file, Symbol &sym);
DRelocations.cpp174 in.mipsGot->addDynTlsEntry(*c.file, sym); in handleMipsTlsRelocation()
201 if (in.got->addDynTlsEntry(sym)) { in handleTlsRelocation()
274 if (in.got->addDynTlsEntry(sym)) { in handleTlsRelocation()
DSyntheticSections.cpp661 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry() function in GotSection
735 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry() function in MipsGotSection