Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips32GOT() function in mcld::Mips32GOT
487 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()
DMipsGOT.h221 class Mips32GOT : public MipsGOT {
223 explicit Mips32GOT(LDSection& pSection);
DMipsLDBackend.cpp1270 m_pGOT = new Mips32GOT(got); in initTargetSections()