Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT() function in mcld::MipsGOTPLT
30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) { in emit()
42 Fragment* MipsGOTPLT::create() { in create()
46 bool MipsGOTPLT::hasGOT1() const { in hasGOT1()
50 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const { in getEntryAddr()
54 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) { in applyAllGOTPLT()
DMipsPLT.h17 class MipsGOTPLT; variable
38 void applyAllPLT(MipsGOTPLT& pGOTPLT);
DMipsGOTPLT.h23 class MipsGOTPLT : public GOT {
25 explicit MipsGOTPLT(LDSection& pSection);
DMipsLDBackend.h100 MipsGOTPLT& getGOTPLT();
101 const MipsGOTPLT& getGOTPLT() const;
239 MipsGOTPLT* m_pGOTPLT; // .got.plt
DAndroid.mk10 MipsGOTPLT.cpp \
DMipsPLT.cpp100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { in applyAllPLT()
DMipsLDBackend.cpp518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { in getGOTPLT()
523 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const { in getGOTPLT()
1274 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()
1319 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()