Lines Matching refs:MipsGotSection
730 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
734 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()
754 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()
758 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()
762 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
767 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
774 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
784 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
793 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()
808 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()
819 uint64_t MipsGotSection::getTlsIndexOffset(const InputFile *f) const { in getTlsIndexOffset()
824 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, in getGlobalDynOffset()
831 const Symbol *MipsGotSection::getFirstGlobalEntry() const { in getFirstGlobalEntry()
842 unsigned MipsGotSection::getLocalEntriesNum() const { in getLocalEntriesNum()
849 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()
868 void MipsGotSection::finalizeContents() { updateAllocSize(); } in finalizeContents()
870 bool MipsGotSection::updateAllocSize() { in updateAllocSize()
877 void MipsGotSection::build() { in build()
1079 bool MipsGotSection::isNeeded() const { in isNeeded()
1085 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp()
1094 void MipsGotSection::writeTo(uint8_t *buf) { in writeTo()