Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DNamePool.h98 syminfo_iterator syminfo_end() { return m_Table.end(); } in syminfo_end() function
102 const_syminfo_iterator syminfo_end() const { return m_Table.end(); } in syminfo_end() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp207 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
242 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp489 info_end = pModule.getNamePool().syminfo_end(); in addSymbolsToOutput()