Searched refs:ARMPLT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp1 //===- ARMPLT.cpp -----------------------------------------------------------===//
10 #include "ARMPLT.h"
46 // ARMPLT
48 ARMPLT::ARMPLT(LDSection& pSection, function in class:ARMPLT
59 ARMPLT::~ARMPLT()
63 void ARMPLT::reserveEntry(size_t pNum)
79 PLTEntry* ARMPLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist)
106 GOTEntry* ARMPLT
[all...]
H A DARMPLT.h1 //===- ARMPLT.h -----------------------------------------------------===//
31 /** \class ARMPLT
34 class ARMPLT : public PLT class in namespace:mcld
43 ARMPLT(LDSection& pSection, SectionData& pSectionData, ARMGOT& pGOTPLT);
44 ~ARMPLT();
H A DAndroid.mk9 ARMPLT.cpp \
H A DARMLDBackend.h14 #include "ARMPLT.h"
180 ARMPLT& getPLT();
182 const ARMPLT& getPLT() const;
252 ARMPLT* m_pPLT;
H A DARMLDBackend.cpp227 // create SectionData and ARMPLT
228 m_pPLT = new ARMPLT(plt, pLinker.getOrCreateSectData(plt), *m_pGOT);
515 // when calling ARMPLT->reserveEntry())
660 // when calling ARMPLT->reserveEntry())
883 ARMPLT& ARMGNULDBackend::getPLT()
889 const ARMPLT& ARMGNULDBackend::getPLT() const

Completed in 1298 milliseconds