HomeSort by relevance Sort by last modified time
    Searched refs:SectHashTableType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 72 EntryFactory<SectHashEntryType> > SectHashTableType;
75 SectHashTableType* m_pSectionSymbolMap;
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 29 m_pSectionSymbolMap = new SectHashTableType(16);
56 SectHashTableType::entry_type* entry =
101 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect);
107 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect);

Completed in 207 milliseconds