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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.cpp 1 //===- MipsGOTPLT.cpp -----------------------------------------------------===//
10 #include "MipsGOTPLT.h"
21 // MipsGOTPLT
23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection)
32 void MipsGOTPLT::reserve(size_t pNum)
38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion)
51 Fragment* MipsGOTPLT::consume()
59 bool MipsGOTPLT::hasGOT1() const
64 uint64_t MipsGOTPLT::getEntryAddr(size_t num) cons
    [all...]
MipsGOTPLT.h 1 //===- MipsGOTPLT.h -------------------------------------------------------===//
20 /** \class MipsGOTPLT
23 class MipsGOTPLT : public GOT
26 MipsGOTPLT(LDSection &pSection);
MipsPLT.h 17 class MipsGOTPLT;
37 void applyAllPLT(MipsGOTPLT& pGOTPLT);
Android.mk 10 MipsGOTPLT.cpp \
MipsLDBackend.h 14 #include "MipsGOTPLT.h"
99 MipsGOTPLT& getGOTPLT();
100 const MipsGOTPLT& getGOTPLT() const;
220 MipsGOTPLT* m_pGOTPLT; // .got.plt
MipsPLT.cpp 12 #include "MipsGOTPLT.h"
127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT)
MipsLDBackend.cpp 447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT()
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const
928 m_pGOTPLT = new MipsGOTPLT(gotplt);
977 m_pGOTPLT = new MipsGOTPLT(gotplt);

Completed in 33 milliseconds