Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp711 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
739 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()
743 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
748 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
765 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
823 unsigned MipsGotSection::getLocalEntriesNum() const { in getLocalEntriesNum()
851 bool MipsGotSection::updateAllocSize() { in updateAllocSize()
858 void MipsGotSection::build() { in build()
1054 bool MipsGotSection::isNeeded() const { in isNeeded()
1060 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp()
[all …]
H A DSyntheticSections.h200 class MipsGotSection final : public SyntheticSection {
202 MipsGotSection();
1254 MipsGotSection *mipsGot;
H A DWriter.cpp499 in.mipsGot = make<MipsGotSection>(); in createSyntheticSections()