Searched refs:addDynTlsEntry (Results 1 – 3 of 3) sorted by relevance
133 bool addDynTlsEntry(Symbol &sym);214 void addDynTlsEntry(InputFile &file, Symbol &sym);
174 in.mipsGot->addDynTlsEntry(*c.file, sym); in handleMipsTlsRelocation()201 if (in.got->addDynTlsEntry(sym)) { in handleTlsRelocation()274 if (in.got->addDynTlsEntry(sym)) { in handleTlsRelocation()
661 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry() function in GotSection735 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry() function in MipsGotSection