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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp13 typedef mcld::GOT::Entry<4> GOTPLTEntry; typedef in namespace:__anon1101
27 new GOTPLTEntry(0, m_SectionData);
28 new GOTPLTEntry(0, m_SectionData);
35 new GOTPLTEntry(0, m_SectionData);
44 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
66 return addr() + (MipsGOTPLT0Num + num) * GOTPLTEntry::EntrySize;
72 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
73 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
76 llvm::cast<GOTPLTEntry>(*i
[all...]

Completed in 38 milliseconds