Home
last modified time | relevance | path

Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp730 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
758 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 …]
H A DSyntheticSections.h197 class MipsGotSection final : public SyntheticSection {
199 MipsGotSection();
1270 std::unique_ptr<MipsGotSection> mipsGot;
H A DWriter.cpp454 in.mipsGot = std::make_unique<MipsGotSection>(); in createSyntheticSections()