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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 1 //===- ARMPLT.cpp -----------------------------------------------------------===//
10 #include "ARMPLT.h"
43 // ARMPLT
45 ARMPLT::ARMPLT(LDSection& pSection,
56 ARMPLT::~ARMPLT()
60 void ARMPLT::reserveEntry(size_t pNum)
76 PLTEntry* ARMPLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist)
104 GOTEntry* ARMPLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist
    [all...]
ARMPLT.h 1 //===- ARMPLT.h -----------------------------------------------------===//
30 /** \class ARMPLT
33 class ARMPLT : public PLT
42 ARMPLT(LDSection& pSection,
45 ~ARMPLT();
Android.mk 9 ARMPLT.cpp \
ARMLDBackend.h 14 #include "ARMPLT.h"
174 ARMPLT& getPLT();
176 const ARMPLT& getPLT() const;
259 ARMPLT* m_pPLT;
ARMLDBackend.cpp 229 // create MCSectionData and ARMPLT
230 m_pPLT = new ARMPLT(plt, pLinker.getOrCreateSectData(plt), *m_pGOT);
524 // when calling ARMPLT->reserveEntry())
654 // when calling ARMPLT->reserveEntry())
    [all...]

Completed in 166 milliseconds