Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
730 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection758 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()784 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()842 unsigned MipsGotSection::getLocalEntriesNum() const { in getLocalEntriesNum()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()[all …]
197 class MipsGotSection final : public SyntheticSection {199 MipsGotSection();1270 std::unique_ptr<MipsGotSection> mipsGot;
454 in.mipsGot = std::make_unique<MipsGotSection>(); in createSyntheticSections()