HomeSort by relevance Sort by last modified time
    Searched defs:symInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 88 const ResolveInfo* symInfo() const { return m_pSymInfo; }
89 ResolveInfo* symInfo() { return m_pSymInfo; }
Stub.h 88 /// symInfo - ResolveInfo of this Stub
89 ResolveInfo* symInfo() { return m_pSymInfo; }
91 const ResolveInfo* symInfo() const { return m_pSymInfo; }

Completed in 54 milliseconds