Searched refs:updateAllocSize (Results 1 – 4 of 4) sorted by relevance
198 bool updateAllocSize(Ctx &) override;596 bool updateAllocSize(Ctx &) override;637 bool updateAllocSize(Ctx &) override;1444 bool updateAllocSize(Ctx &) override;
505 virtual bool updateAllocSize(Ctx &) { return false; } in updateAllocSize() function
1560 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()
919 void MipsGotSection::finalizeContents() { updateAllocSize(ctx); } in finalizeContents()921 bool MipsGotSection::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in MipsGotSection1832 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in AndroidPackedRelocationSection2078 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in RelrSection4685 bool MemtagGlobalDescriptors::updateAllocSize(Ctx &ctx) { in updateAllocSize() function in MemtagGlobalDescriptors