Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h110 bool addTlsDescEntry(Symbol &sym);
H A DRelocations.cpp1753 got->addTlsDescEntry(sym); in postScanRelocations()
H A DSyntheticSections.cpp635 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry() function in GotSection