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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 68 void applyPLT0();
ARMPLT.cpp 144 void ARMPLT::applyPLT0() {
162 assert(first!=end && "FragmentList is empty, applyPLT0 failed!");
ARMLDBackend.cpp 145 m_pPLT->applyPLT0();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 70 void applyPLT0();
X86PLT.cpp 175 void X86PLT::applyPLT0() {
180 assert(first!=end && "FragmentList is empty, applyPLT0 failed!");
X86LDBackend.cpp 458 m_pPLT->applyPLT0();

Completed in 778 milliseconds