Searched refs:RelaDyn (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 145 In.RelaDyn->addReloc(Type, In.Got, Off, Dest); in handleARMTlsRelocation() 194 In.RelaDyn->addReloc( in handleTlsRelocation() 214 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, in handleTlsRelocation() 251 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, Off, &Sym); in handleTlsRelocation() 257 In.RelaDyn->addReloc(Target->TlsOffsetRel, In.Got, OffsetOff, &Sym); in handleTlsRelocation() 274 In.RelaDyn->addReloc(Target->TlsGotRel, In.Got, Sym.getGotOffset(), in handleTlsRelocation() 586 In.RelaDyn->addReloc(Target->CopyRel, Sec, 0, &SS); in addCopyRelSymbol() 759 In.RelaDyn->addReloc(Target->RelativeRel, IS, OffsetInSec, Sym, Addend, Expr, in addRelativeReloc() 805 In.RelaDyn->addReloc(Sym.isTls() ? Target->TlsGotRel : Target->GotRel, In.Got, in addGotEntry() 852 In.RelaDyn->addReloc(Type, &Sec, Offset, &Sym, Addend, R_ADDEND, Type); in processRelocAux() [all …]
|
| H A D | SyntheticSections.cpp | 941 In.RelaDyn->addReloc(Target->TlsGotRel, this, Offset, S); in build() 949 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, this, Offset, S); in build() 957 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, this, Offset, S); in build() 963 In.RelaDyn->addReloc(Target->TlsOffsetRel, this, Offset, S); in build() 975 In.RelaDyn->addReloc(Target->RelativeRel, this, Offset, P.first); in build() 985 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, L.first, in build() 991 In.RelaDyn->addReloc({Target->RelativeRel, this, Offset, true, in build() 1321 if (!In.RelaDyn->empty()) { in finalizeContents() 1322 addInSec(In.RelaDyn->DynamicTag, In.RelaDyn); in finalizeContents() 1323 addSize(In.RelaDyn->SizeDynamicTag, In.RelaDyn->getParent()); in finalizeContents() [all …]
|
| H A D | Writer.cpp | 281 In.RelaDyn = make<AndroidPackedRelocationSection<ELFT>>( in createSyntheticSections() 284 In.RelaDyn = make<RelocationSection<ELFT>>( in createSyntheticSections() 360 Add(In.RelaDyn); in createSyntheticSections() 1542 Changed |= In.RelaDyn->updateAllocSize(); in maybeAddThunks() 1783 finalizeSynthetic(In.RelaDyn); in finalizeSections()
|
| H A D | Thunks.cpp | 282 In.RelaDyn->addReloc({Target->RelativeRel, In.PPC64LongBranchTarget, in PPC64PILongBranchThunk()
|
| H A D | SyntheticSections.h | 1020 RelocationBaseSection *RelaDyn; member
|
| H A D | LinkerScript.cpp | 418 if (S == In.ShStrTab || S == In.RelaDyn || S == In.RelrDyn) in discard()
|