Home
last modified time | relevance | path

Searched refs:relaDyn (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DRelocations.cpp203 mainPart->relaDyn->addReloc( in handleTlsRelocation()
244 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, in handleTlsRelocation()
282 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, off, &sym); in handleTlsRelocation()
288 mainPart->relaDyn->addReloc(target->tlsOffsetRel, in.got, offsetOff, in handleTlsRelocation()
306 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), in handleTlsRelocation()
616 mainPart->relaDyn->addReloc(target->copyRel, sec, 0, &ss); in addCopyRelSymbol()
1060 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend, in addRelativeReloc()
1099 mainPart->relaDyn->addReloc( in addGotEntry()
1163 sec.getPartition().relaDyn->addReloc(rel, &sec, offset, &sym, addend, in processRelocAux()
1411 mainPart->relaDyn->addReloc(type, &sec, offset, &sym, addend, R_ADDEND, type); in scanReloc()
DSyntheticSections.cpp989 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s); in build()
997 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build()
1005 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build()
1011 mainPart->relaDyn->addReloc(target->tlsOffsetRel, this, offset, s); in build()
1023 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first); in build()
1033 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build()
1039 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, true, in build()
1295 static std::function<uint64_t()> addRelaSz(RelocationBaseSection *relaDyn) { in addRelaSz() argument
1297 size_t size = relaDyn->getSize(); in addRelaSz()
1298 if (in.relaIplt->getParent() == relaDyn->getParent()) in addRelaSz()
[all …]
DWriter.cpp424 part.relaDyn = make<AndroidPackedRelocationSection<ELFT>>(relaDynName); in createSyntheticSections()
426 part.relaDyn = in createSyntheticSections()
456 add(part.relaDyn); in createSyntheticSections()
1743 changed |= part.relaDyn->updateAllocSize(); in finalizeAddressDependentContent()
2042 for (DynamicReloc &reloc : part.relaDyn->relocs) in finalizeSections()
2152 finalizeSynthetic(part.relaDyn); in finalizeSections()
DSyntheticSections.h1184 RelocationBaseSection *relaDyn; member
DThunks.cpp377 mainPart->relaDyn->addReloc( in PPC64PILongBranchThunk()