Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
698 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection702 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()722 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()726 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()730 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()735 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()742 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()752 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()761 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()776 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()[all …]
176 class MipsGotSection final : public SyntheticSection {178 MipsGotSection();1284 std::unique_ptr<MipsGotSection> mipsGot;
435 in.mipsGot = std::make_unique<MipsGotSection>(); in createSyntheticSections()