Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp711 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
715 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()
735 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()
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()
755 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
765 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
774 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()
789 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()
[all …]
DSyntheticSections.h200 class MipsGotSection final : public SyntheticSection {
202 MipsGotSection();
1254 MipsGotSection *mipsGot;
DWriter.cpp499 in.mipsGot = make<MipsGotSection>(); in createSyntheticSections()