Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp64 MipsPLT::MipsPLT(LDSection& pSection) in MipsPLT() function in mcld::MipsPLT
71 void MipsPLT::finalizeSectionSize() in finalizeSectionSize()
85 bool MipsPLT::hasPLT1() const in hasPLT1()
90 uint64_t MipsPLT::emit(MemoryRegion& pRegion) in emit()
109 void MipsPLT::reserveEntry(size_t pNum) in reserveEntry()
119 Fragment* MipsPLT::consume() in consume()
127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) in applyAllPLT()
DMipsPLT.h25 class MipsPLT : public PLT
28 MipsPLT(LDSection& pSection);
DMipsLDBackend.h96 MipsPLT& getPLT();
97 const MipsPLT& getPLT() const;
219 MipsPLT* m_pPLT; // .plt
DAndroid.mk14 MipsPLT.cpp \
DMipsLDBackend.cpp435 MipsPLT& MipsGNULDBackend::getPLT() in getPLT()
441 const MipsPLT& MipsGNULDBackend::getPLT() const in getPLT()
932 m_pPLT = new MipsPLT(plt); in initTargetSections()
981 m_pPLT = new MipsPLT(plt); in initTargetSections()