Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
739 FileGot &g = getGot(file); in addEntry()765 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()770 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()772 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()777 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()787 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()799 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()813 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()823 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()829 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()[all …]
315 struct FileGot { struct349 std::vector<FileGot> gots; argument352 FileGot &getGot(InputFile &f);357 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);