Searched refs:Mips64GOT (Results 1 – 3 of 3) sorted by relevance
519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips64GOT() function in mcld::Mips64GOT522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue()526 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) { in emit()538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()542 size_t Mips64GOT::getEntrySize() const { in getEntrySize()546 void Mips64GOT::reserveHeader() { in reserveHeader()
239 class Mips64GOT : public MipsGOT {241 explicit Mips64GOT(LDSection& pSection);
1315 m_pGOT = new Mips64GOT(got); in initTargetSections()