Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
706 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection734 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()738 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()743 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()760 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()818 unsigned MipsGotSection::getLocalEntriesNum() const { in getLocalEntriesNum()846 bool MipsGotSection::updateAllocSize() { in updateAllocSize()853 void MipsGotSection::build() { in build()1055 bool MipsGotSection::isNeeded() const { in isNeeded()1061 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp()[all …]
178 class MipsGotSection final : public SyntheticSection {180 MipsGotSection();1350 std::unique_ptr<MipsGotSection> mipsGot;
500 in.mipsGot = std::make_unique<MipsGotSection>(); in createSyntheticSections()