Home
last modified time | relevance | path

Searched refs:isLocalReloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp207 if (isLocalReloc(*rsym)) in scanRelocation()
575 bool MipsRelocator::isLocalReloc(ResolveInfo& pSym) const { in isLocalReloc() function in mcld::MipsRelocator
604 assert(isLocalReloc(*rsym) && in getLocalGOTEntry()
631 assert(!isLocalReloc(*rsym) && in getGlobalGOTEntry()
676 if (isLocalReloc(*rsym)) { in getGOTOffset()
709 if (!isLocalReloc(*rsym) && !getTarget().symbolFinalValueIsKnown(*rsym)) in createDynRel()
DMipsRelocator.h153 bool isLocalReloc(ResolveInfo& pSym) const;