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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 38 void applyAllGOTPLT(const X86PLT& pPLT);
56 void applyAllGOTPLT(const X86PLT& pPLT);
X86GOTPLT.cpp 46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
85 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
X86LDBackend.cpp 534 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
735 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 38 void applyAllGOTPLT(const HexagonPLT& pPLT);
HexagonGOTPLT.cpp 49 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT)
HexagonLDBackend.cpp 382 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 37 void applyAllGOTPLT(uint64_t pltAddr);
MipsGOTPLT.cpp 69 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr)
MipsLDBackend.cpp 222 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr());

Completed in 396 milliseconds