Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h302 const_undef_sym_iterator undef_sym_begin() const { in undef_sym_begin() function
305 undef_sym_iterator undef_sym_begin() { return m_UndefSymList.begin(); } in undef_sym_begin() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp272 for (usym = m_Config.options().undef_sym_begin(); usym != usymEnd; ++usym) { in getEntrySections()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp123 for (usym = m_Config.options().undef_sym_begin(); usym != usymEnd; ++usym) { in addUndefinedSymbols()