Searched refs:SectHashTableType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionSymbolSet.h65 EntryFactory<SectHashEntryType> > SectHashTableType; typedef in class:mcld::SectionSymbolSet
68 SectHashTableType* m_pSectionSymbolMap;
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp28 m_pSectionSymbolMap = new SectHashTableType(16);
53 SectHashTableType::entry_type* entry =
97 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect);
102 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect);

Completed in 1456 milliseconds