Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp14 typedef mcld::GOT::Entry<4> GOTPLTEntry; typedef
26 new GOTPLTEntry(0, m_SectionData); in MipsGOTPLT()
27 new GOTPLTEntry(0, m_SectionData); in MipsGOTPLT()
35 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it))); in emit()
43 return new GOTPLTEntry(0, m_SectionData); in create()
51 return addr() + (MipsGOTPLT0Num + num) * GOTPLTEntry::EntrySize; in getEntryAddr()
56 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver in applyAllGOTPLT()
57 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer in applyAllGOTPLT()
60 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr); in applyAllGOTPLT()