reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/OutputSections.h
  129   static PhdrEntry *tlsPhdr;

References

tools/lld/ELF/InputSection.cpp
  621   PhdrEntry *tls = Out::tlsPhdr;
  878     if (sym.isTls() && !Out::tlsPhdr)
tools/lld/ELF/Symbols.cpp
  118       if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec)
  118       if (!Out::tlsPhdr || !Out::tlsPhdr->firstSec)
  121       return va - Out::tlsPhdr->firstSec->addr;
tools/lld/ELF/Writer.cpp
 1868         Out::tlsPhdr = p;
 2264       else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec)
 2264       else if (Out::tlsPhdr && Out::tlsPhdr->firstSec == p->firstSec)
 2268                          Out::tlsPhdr->p_align);