Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp706 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
734 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 …]
H A DSyntheticSections.h178 class MipsGotSection final : public SyntheticSection {
180 MipsGotSection();
1350 std::unique_ptr<MipsGotSection> mipsGot;
H A DWriter.cpp500 in.mipsGot = std::make_unique<MipsGotSection>(); in createSyntheticSections()