Lines Matching refs:FileGot

704   FileGot &g = getGot(file);  in addEntry()
730 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
735 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
737 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()
742 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
752 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
764 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()
778 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()
788 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()
794 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()
802 const FileGot &primGot = gots.front(); in getFirstGlobalEntry()
817 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()
818 FileGot tmp = dst; in tryMergeGots()
840 for (const FileGot &g : gots) in updateAllocSize()
849 std::vector<FileGot> mergedGots(1); in build()
854 for (FileGot &got : gots) { in build()
866 for (FileGot &got : gots) { in build()
877 FileGot *primGot = &mergedGots.front(); in build()
878 for (FileGot &got : gots) { in build()
885 for (FileGot &got : gots) { in build()
886 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
906 for (FileGot &srcGot : gots) { in build()
935 for (FileGot &got : gots) { in build()
937 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
976 for (FileGot &got : gots) { in build()
1029 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in build()
1078 for (const FileGot &g : gots) { in writeTo()
1086 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in writeTo()