Searched refs:pOld (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h56 /// shouldOverride - Can resolver override the symbol pOld by the symbol pNew?
58 /// @param pOld the symbol which may be overridden.
59 /// @param pNew the symbol which is used to replace pOld
60 virtual bool resolve(ResolveInfo & __restrict__ pOld,
69 ResolveInfo& __restrict__ pOld,
67 resolveAgain(NamePool& pNamePool, unsigned int pAction, ResolveInfo& __restrict__ pOld, const ResolveInfo& __restrict__ pNew, Result& pResult) const argument
H A DStaticResolver.h108 /// shouldOverride - Can resolver override the symbol pOld by the symbol pNew?
110 /// @param pOld the symbol which may be overridden.
111 /// @param pNew the symbol which is used to replace pOld
112 virtual bool resolve(ResolveInfo & __restrict__ pOld,
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp21 bool StaticResolver::resolve(ResolveInfo& __restrict__ pOld, argument
62 unsigned int col = getOrdinate(pOld);
66 ResolveInfo* old = &pOld;

Completed in 22 milliseconds