Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h129 bool addTlsDescEntry(Symbol &sym);
H A DRelocations.cpp1641 in.got->addTlsDescEntry(sym); in postScanRelocations()
H A DSyntheticSections.cpp659 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry() function in GotSection