Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
711 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection715 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()735 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()739 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()743 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()748 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()755 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()765 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()774 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()789 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()[all …]
200 class MipsGotSection final : public SyntheticSection {202 MipsGotSection();1254 MipsGotSection *mipsGot;
499 in.mipsGot = make<MipsGotSection>(); in createSyntheticSections()