Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) in MipsGOTPLT() function in mcld::MipsGOTPLT
32 void MipsGOTPLT::reserve(size_t pNum) in reserve()
38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) in emit()
51 Fragment* MipsGOTPLT::consume() in consume()
59 bool MipsGOTPLT::hasGOT1() const in hasGOT1()
64 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const in getEntryAddr()
69 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) in applyAllGOTPLT()
DMipsPLT.h17 class MipsGOTPLT; variable
37 void applyAllPLT(MipsGOTPLT& pGOTPLT);
DMipsGOTPLT.h23 class MipsGOTPLT : public GOT
26 MipsGOTPLT(LDSection &pSection);
DMipsLDBackend.h99 MipsGOTPLT& getGOTPLT();
100 const MipsGOTPLT& getGOTPLT() const;
220 MipsGOTPLT* m_pGOTPLT; // .got.plt
DAndroid.mk10 MipsGOTPLT.cpp \
DMipsPLT.cpp127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) in applyAllPLT()
DMipsLDBackend.cpp447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() in getGOTPLT()
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const in getGOTPLT()
928 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()
977 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()