Lines Matching refs:finalizeContents
477 void EhFrameSection::finalizeContents() { in finalizeContents() function in EhFrameSection
635 void GotSection::finalizeContents() { in finalizeContents() function in GotSection
801 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents() function in MipsGotSection
1271 template <class ELFT> void DynamicSection<ELFT>::finalizeContents() { in finalizeContents() function in DynamicSection
1508 void RelocationBaseSection::finalizeContents() { in finalizeContents() function in RelocationBaseSection
1874 void SymbolTableBaseSection::finalizeContents() { in finalizeContents() function in SymbolTableBaseSection
2097 void SymtabShndxSection::finalizeContents() { in finalizeContents() function in SymtabShndxSection
2140 void GnuHashTableSection::finalizeContents() { in finalizeContents() function in GnuHashTableSection
2273 void HashTableSection::finalizeContents() { in finalizeContents() function in HashTableSection
2706 void VersionDefinitionSection::finalizeContents() { in finalizeContents() function in VersionDefinitionSection
2762 template <class ELFT> void VersionTableSection<ELFT>::finalizeContents() { in finalizeContents() function in VersionTableSection
2855 template <class ELFT> void VersionNeedSection<ELFT>::finalizeContents() { in finalizeContents() function in VersionNeedSection
2886 void MergeTailSection::finalizeContents() { in finalizeContents() function in MergeTailSection
2919 void MergeNoTailSection::finalizeContents() { in finalizeContents() function in MergeNoTailSection
3033 MS->finalizeContents(); in mergeSections()