Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h116 bool addDynTlsEntry(const Symbol &sym);
197 void addDynTlsEntry(InputFile &file, Symbol &sym);
HDRelocations.cpp1281 in.mipsGot->addDynTlsEntry(*c.file, sym); in handleMipsTlsRelocation()
1821 got->addDynTlsEntry(sym); in postScanRelocations()
HDSyntheticSections.cpp669 bool GotSection::addDynTlsEntry(const Symbol &sym) { in addDynTlsEntry() function in GotSection
757 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry() function in MipsGotSection