Searched refs:MipsGOTPLT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp1 //===- MipsGOTPLT.cpp -----------------------------------------------------===//
10 #include "MipsGOTPLT.h"
21 // MipsGOTPLT
23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) function in class:mcld::MipsGOTPLT
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
[all...]
H A DMipsPLT.h17 class MipsGOTPLT;
37 void applyAllPLT(MipsGOTPLT& pGOTPLT);
H A DMipsGOTPLT.h1 //===- MipsGOTPLT.h -------------------------------------------------------===//
20 /** \class MipsGOTPLT
23 class MipsGOTPLT : public GOT class in namespace:mcld
26 MipsGOTPLT(LDSection &pSection);
H A DAndroid.mk10 MipsGOTPLT.cpp \
H A DMipsLDBackend.h14 #include "MipsGOTPLT.h"
99 MipsGOTPLT& getGOTPLT();
100 const MipsGOTPLT& getGOTPLT() const;
220 MipsGOTPLT* m_pGOTPLT; // .got.plt
H A DMipsPLT.cpp12 #include "MipsGOTPLT.h"
127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT)
H A DMipsLDBackend.cpp447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT()
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const
928 m_pGOTPLT = new MipsGOTPLT(gotplt);
977 m_pGOTPLT = new MipsGOTPLT(gotplt);

Completed in 170 milliseconds