Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h118 bool addDynTlsEntry(const Symbol &sym);
207 void addDynTlsEntry(InputFile &file, Symbol &sym);
H A DRelocations.cpp1284 ctx.in.mipsGot->addDynTlsEntry(*c.file, sym); in handleMipsTlsRelocation()
1915 got->addDynTlsEntry(sym); in postScanRelocations()
H A DSyntheticSections.cpp700 bool GotSection::addDynTlsEntry(const Symbol &sym) { in addDynTlsEntry() function in GotSection
804 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry() function in MipsGotSection