Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1205 typedef std::multimap<uint32_t, std::pair<LDSymbol*, uint32_t> > SymMapType; in emitGNUHashTab() typedef
1206 SymMapType symmap; in emitGNUHashTab()
1221 std::pair<SymMapType::iterator, SymMapType::iterator> ret; in emitGNUHashTab()
1223 for (SymMapType::iterator it = ret.first; it != ret.second;) { in emitGNUHashTab()