HomeSort by relevance Sort by last modified time
    Searched refs:Mips32GOT (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 400 // Mips32GOT
402 Mips32GOT::Mips32GOT(LDSection& pSection)
406 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue)
411 uint64_t Mips32GOT::emit(MemoryRegion& pRegion)
424 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent)
429 size_t Mips32GOT::getEntrySize() const
434 void Mips32GOT::reserveHeader()
MipsGOT.h 199 /** \class Mips32GOT
202 class Mips32GOT : public MipsGOT
205 Mips32GOT(LDSection& pSection);
MipsLDBackend.cpp 924 m_pGOT = new Mips32GOT(got);

Completed in 2361 milliseconds