Home
last modified time | relevance | path

Searched refs:StubEntryType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h157 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType; typedef
159 typedef HashTable<StubEntryType, Key::Hash, EntryFactory<StubEntryType> >
/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp102 StubEntryType* entry = m_StubMap.insert(key, exist); in addStub()