Searched refs:InX (Results 1 – 4 of 4) sorted by relevance
337 InX<ELFT>::VerSym = make<VersionTableSection<ELFT>>(); in createSyntheticSections()338 Add(InX<ELFT>::VerSym); in createSyntheticSections()345 InX<ELFT>::VerNeed = make<VersionNeedSection<ELFT>>(); in createSyntheticSections()346 Add(InX<ELFT>::VerNeed); in createSyntheticSections()1709 InX<ELFT>::VerNeed->addSymbol(Sym); in finalizeSections()1790 finalizeSynthetic(InX<ELFT>::VerSym); in finalizeSections()1791 finalizeSynthetic(InX<ELFT>::VerNeed); in finalizeSections()
1033 template <class ELFT> struct InX { struct1038 template <class ELFT> VersionTableSection<ELFT> *InX<ELFT>::VerSym; argument1039 template <class ELFT> VersionNeedSection<ELFT> *InX<ELFT>::VerNeed;
1400 bool HasVerNeed = InX<ELFT>::VerNeed->getNeedNum() != 0; in finalizeContents()1402 addInSec(DT_VERSYM, InX<ELFT>::VerSym); in finalizeContents()1408 addInSec(DT_VERNEED, InX<ELFT>::VerNeed); in finalizeContents()1409 addInt(DT_VERNEEDNUM, InX<ELFT>::VerNeed->getNeedNum()); in finalizeContents()2781 return !In.VerDef && InX<ELFT>::VerNeed->empty(); in empty()
1449 InX<ELFT>::VerSym = nullptr; in link()1450 InX<ELFT>::VerNeed = nullptr; in link()