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 37 void applyAllGOTPLT(const X86PLT& pPLT);
54 void applyAllGOTPLT(const X86PLT& pPLT);
X86GOTPLT.cpp 41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {
X86LDBackend.cpp 492 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
677 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 37 void applyAllGOTPLT(const HexagonPLT& pPLT);
HexagonGOTPLT.cpp 44 void HexagonGOTPLT::applyAllGOTPLT(const HexagonPLT& pPLT) {
HexagonLDBackend.cpp 354 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 36 void applyAllGOTPLT(uint64_t pltAddr);
MipsGOTPLT.cpp 54 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) {
MipsLDBackend.cpp 235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr());
    [all...]

Completed in 87 milliseconds