Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT() function in mcld::ARMPLT
35 ARMPLT::~ARMPLT() { in ~ARMPLT()
38 bool ARMPLT::hasPLT1() const { in hasPLT1()
42 void ARMPLT::finalizeSectionSize() { in finalizeSectionSize()
55 ARMPLT1* ARMPLT::create() { in create()
62 void ARMPLT::applyPLT0() { in applyPLT0()
95 void ARMPLT::applyPLT1() { in applyPLT1()
102 ARMPLT::iterator it = m_pSectionData->begin(); in applyPLT1()
103 ARMPLT::iterator ie = m_pSectionData->end(); in applyPLT1()
141 uint64_t ARMPLT::emit(MemoryRegion& pRegion) { in emit()
[all …]
DARMPLT.h47 class ARMPLT : public PLT {
49 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
50 ~ARMPLT();
DARMLDBackend.h97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
183 ARMPLT* m_pPLT;
DAndroid.bp13 "ARMPLT.cpp",
DARMLDBackend.cpp183 m_pPLT = new ARMPLT(plt, *m_pGOT); in initTargetSections()
647 ARMPLT& ARMGNULDBackend::getPLT() { in getPLT()
652 const ARMPLT& ARMGNULDBackend::getPLT() const { in getPLT()