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

  /frameworks/compile/mclinker/lib/LD/
Resolver.cpp 17 : m_Mesg() {
21 : m_Mesg(pCopy.m_Mesg) {
26 m_Mesg.clear();
31 m_Mesg.clear();
StaticResolver.cpp 85 m_Mesg = std::string("internal error [StaticResolver.cpp:loc 86].\n") +
113 m_Mesg = std::string("symbol `") +
133 m_Mesg = std::string("common '") +
144 // NOTE: m_Mesg uses 'name' instead of `name' for being compatible to GNU ld.
145 m_Mesg = std::string("definition of '") +
171 m_Mesg = std::string("indirect symbol `") +
179 m_Mesg = std::string("indirect symbol `") +
188 // m_Mesg = "indirect symbol `"+pNew.name()+"' to `"+pNew.link()->name()+"' is a loop.";
206 m_Mesg = std::string("multiple definitions of `") +
214 m_Mesg = std::string("indirect symbol `")
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 82 { return m_Mesg; }
91 std::string m_Mesg;

Completed in 48 milliseconds