Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { in MipsPLT() function in mcld::MipsPLT
62 void MipsPLT::finalizeSectionSize() { in finalizeSectionSize()
74 bool MipsPLT::hasPLT1() const { in hasPLT1()
78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) { in emit()
96 PLTEntryBase* MipsPLT::create() { in create()
100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { in applyAllPLT()
DMipsPLT.h25 class MipsPLT : public PLT {
27 explicit MipsPLT(LDSection& pSection);
DMipsLDBackend.h97 MipsPLT& getPLT();
98 const MipsPLT& getPLT() const;
238 MipsPLT* m_pPLT; // .plt
DAndroid.mk13 MipsPLT.cpp \
DMipsLDBackend.cpp508 MipsPLT& MipsGNULDBackend::getPLT() { in getPLT()
513 const MipsPLT& MipsGNULDBackend::getPLT() const { in getPLT()
1278 m_pPLT = new MipsPLT(plt); in initTargetSections()
1323 m_pPLT = new MipsPLT(plt); in initTargetSections()