Home
last modified time | relevance | path

Searched refs:updateAllocSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h198 bool updateAllocSize(Ctx &) override;
596 bool updateAllocSize(Ctx &) override;
637 bool updateAllocSize(Ctx &) override;
1444 bool updateAllocSize(Ctx &) override;
H A DInputSection.h505 virtual bool updateAllocSize(Ctx &) { return false; } in updateAllocSize() function
H A DWriter.cpp1560 ctx.in.mipsGot->updateAllocSize(ctx); in finalizeAddressDependentContent()
1585 changed |= part.relaDyn->updateAllocSize(ctx); in finalizeAddressDependentContent()
1587 changed |= part.relrDyn->updateAllocSize(ctx); in finalizeAddressDependentContent()
1589 changed |= part.relrAuthDyn->updateAllocSize(ctx); in finalizeAddressDependentContent()
1591 changed |= part.memtagGlobalDescriptors->updateAllocSize(ctx); in finalizeAddressDependentContent()
H A DSyntheticSections.cpp919 void MipsGotSection::finalizeContents() { updateAllocSize(ctx); } in finalizeContents()
921 bool MipsGotSection::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in MipsGotSection
1832 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in AndroidPackedRelocationSection
2078 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in RelrSection
4685 bool MemtagGlobalDescriptors::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in MemtagGlobalDescriptors