Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h181 bool updateAllocSize() override;
581 bool updateAllocSize() override;
620 bool updateAllocSize() override;
H A DInputSection.h415 virtual bool updateAllocSize() { return false; } in updateAllocSize() function
H A DWriter.cpp1667 in.mipsGot->updateAllocSize(); in finalizeAddressDependentContent()
1670 changed |= part.relaDyn->updateAllocSize(); in finalizeAddressDependentContent()
1672 changed |= part.relrDyn->updateAllocSize(); in finalizeAddressDependentContent()
H A DSyntheticSections.cpp836 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents()
838 bool MipsGotSection::updateAllocSize() { in updateAllocSize() function in MipsGotSection
1725 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize() { in updateAllocSize() function in AndroidPackedRelocationSection
1973 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize() function in RelrSection