Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp733 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
737 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()
757 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { in addDynTlsEntry()
761 void MipsGotSection::addTlsIndex(InputFile &file) { in addTlsIndex()
765 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
770 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
777 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
787 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
796 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *f, in getPageEntryOffset()
811 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset()
[all …]
H A DSyntheticSections.h183 class MipsGotSection final : public SyntheticSection {
185 MipsGotSection();
1497 std::unique_ptr<MipsGotSection> mipsGot;