Searched refs:Mips32GOT (Results 1 – 3 of 3) sorted by relevance
484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips32GOT() function in mcld::Mips32GOT487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue()491 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) { in emit()503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()507 size_t Mips32GOT::getEntrySize() const { in getEntrySize()511 void Mips32GOT::reserveHeader() { in reserveHeader()
221 class Mips32GOT : public MipsGOT {223 explicit Mips32GOT(LDSection& pSection);
1270 m_pGOT = new Mips32GOT(got); in initTargetSections()