Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp780 MipsGotSection::MipsGotSection(Ctx &ctx) in MipsGotSection() function in MipsGotSection
784 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()
804 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()
808 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()
812 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
817 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
824 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
834 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
843 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()
859 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()
[all …]
H A DConfig.h66 class MipsGotSection; variable
584 std::unique_ptr<MipsGotSection> mipsGot;
H A DSyntheticSections.h193 class MipsGotSection final : public SyntheticSection {
195 MipsGotSection(Ctx &);