Lines Matching refs:FileGot

736   FileGot &g = getGot(file);  in addEntry()
762 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
767 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
769 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()
774 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
784 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &f) { in getGot()
796 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()
810 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()
820 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()
826 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()
834 const FileGot &primGot = gots.front(); in getFirstGlobalEntry()
849 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()
850 FileGot tmp = dst; in tryMergeGots()
872 for (const FileGot &g : gots) in updateAllocSize()
881 std::vector<FileGot> mergedGots(1); in build()
886 for (FileGot &got : gots) { in build()
898 for (FileGot &got : gots) { in build()
909 FileGot *primGot = &mergedGots.front(); in build()
910 for (FileGot &got : gots) { in build()
917 for (FileGot &got : gots) { in build()
918 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
938 for (FileGot &srcGot : gots) { in build()
967 for (FileGot &got : gots) { in build()
969 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
1008 for (FileGot &got : gots) { in build()
1061 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in build()
1110 for (const FileGot &g : gots) { in writeTo()
1118 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in writeTo()