|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lld/ELF/SyntheticSections.h 490 void addReloc(RelType dynType, InputSectionBase *isec, uint64_t offsetInSec,
References
tools/lld/ELF/Relocations.cpp 210 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got,
249 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, off, &sym);
255 mainPart->relaDyn->addReloc(target->tlsOffsetRel, in.got, offsetOff,
273 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(),
586 mainPart->relaDyn->addReloc(target->copyRel, sec, 0, &ss);
tools/lld/ELF/SyntheticSections.cpp 945 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s);
953 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s);
961 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s);
967 mainPart->relaDyn->addReloc(target->tlsOffsetRel, this, offset, s);
979 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first);