Home
last modified time | relevance | path

Searched refs:needsLA25Stub (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h38 bool needsLA25Stub(Relocation::Type pType, const mcld::ResolveInfo* pSym);
DMipsLDBackend.cpp74 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType, in needsLA25Stub() function in mcld::MipsGNULDBackend
DMipsRelocator.cpp212 if (getTarget().needsLA25Stub(info.type(), info.parent().symInfo())) in scanRelocation()