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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 55 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
ARMPLT.cpp 104 GOTEntry* ARMPLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist)
ARMRelocationFactory.cpp 232 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 35 friend mcld::GOTEntry* mcld::X86PLT::getGOTPLTEntry(
78 // Used by getGOTPLTEntry()
X86PLT.h 56 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
X86PLT.cpp 137 GOTEntry* X86PLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist)
X86RelocationFactory.cpp 188 *ld_backend.getPLT().getGOTPLTEntry(*rsym, exist);

Completed in 430 milliseconds