Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
780 MipsGotSection::MipsGotSection(Ctx &ctx) in MipsGotSection() function in MipsGotSection784 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()804 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()808 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()812 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()817 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()824 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()834 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()843 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()859 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()[all …]
66 class MipsGotSection; variable584 std::unique_ptr<MipsGotSection> mipsGot;
193 class MipsGotSection final : public SyntheticSection {195 MipsGotSection(Ctx &);