Lines Matching refs:FileGot

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()
837 const FileGot &primGot = gots.front(); in getFirstGlobalEntry()
852 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()
853 FileGot tmp = dst; in tryMergeGots()
875 for (const FileGot &g : gots) in updateAllocSize()
884 std::vector<FileGot> mergedGots(1); in build()
889 for (FileGot &got : gots) { in build()
901 for (FileGot &got : gots) { in build()
912 FileGot *primGot = &mergedGots.front(); in build()
913 for (FileGot &got : gots) { in build()
920 for (FileGot &got : gots) { in build()
921 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
941 for (FileGot &srcGot : gots) { in build()
970 for (FileGot &got : gots) { in build()
972 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
1011 for (FileGot &got : gots) { in build()
1064 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in build()
1113 for (const FileGot &g : gots) { in writeTo()
1121 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in writeTo()