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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.h 1 //===- MipsPLT.h ----------------------------------------------------------===//
20 // MipsPLT
22 /** \class MipsPLT
25 class MipsPLT : public PLT
28 MipsPLT(LDSection& pSection);
MipsPLT.cpp 1 //===- MipsPLT.cpp --------------------------------------------------------===//
13 #include "MipsPLT.h"
62 // MipsPLT
64 MipsPLT::MipsPLT(LDSection& pSection)
71 void MipsPLT::finalizeSectionSize()
85 bool MipsPLT::hasPLT1() const
90 uint64_t MipsPLT::emit(MemoryRegion& pRegion)
109 void MipsPLT::reserveEntry(size_t pNum)
119 Fragment* MipsPLT::consume(
    [all...]
Android.mk 14 MipsPLT.cpp \
MipsLDBackend.h 15 #include "MipsPLT.h"
96 MipsPLT& getPLT();
97 const MipsPLT& getPLT() const;
219 MipsPLT* m_pPLT; // .plt
MipsLDBackend.cpp 435 MipsPLT& MipsGNULDBackend::getPLT()
441 const MipsPLT& MipsGNULDBackend::getPLT() const
932 m_pPLT = new MipsPLT(plt);
981 m_pPLT = new MipsPLT(plt);

Completed in 190 milliseconds