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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 125 /// isLocalReloc - handle relocation as a local symbol
126 bool isLocalReloc(ResolveInfo& pSym) const;
MipsRelocator.cpp 250 if (isLocalReloc(*rsym))
593 bool MipsRelocator::isLocalReloc(ResolveInfo& pSym) const
620 assert(isLocalReloc(*rsym) &&
648 assert(!isLocalReloc(*rsym) &&
675 if (isLocalReloc(*rsym)) {
696 if (isLocalReloc(*rsym)) {

Completed in 126 milliseconds