Lines Matching refs:FileGot

669   FileGot &G = getGot(File);  in addEntry()
695 size_t MipsGotSection::FileGot::getEntriesNum() const { in getEntriesNum()
700 size_t MipsGotSection::FileGot::getPageEntriesNum() const { in getPageEntriesNum()
702 for (const std::pair<const OutputSection *, FileGot::PageBlock> &P : PagesMap) in getPageEntriesNum()
707 size_t MipsGotSection::FileGot::getIndexedEntriesNum() const { in getIndexedEntriesNum()
717 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &F) { in getGot()
729 const FileGot &G = Gots[*F->MipsGotIndex]; in getPageEntryOffset()
743 const FileGot &G = Gots[*F->MipsGotIndex]; in getSymEntryOffset()
753 const FileGot &G = Gots[*F->MipsGotIndex]; in getTlsIndexOffset()
759 const FileGot &G = Gots[*F->MipsGotIndex]; in getGlobalDynOffset()
767 const FileGot &PrimGot = Gots.front(); in getFirstGlobalEntry()
782 bool MipsGotSection::tryMergeGots(FileGot &Dst, FileGot &Src, bool IsPrimary) { in tryMergeGots()
783 FileGot Tmp = Dst; in tryMergeGots()
805 for (const FileGot &G : Gots) in updateAllocSize()
814 std::vector<FileGot> MergedGots(1); in build()
819 for (FileGot &Got : Gots) { in build()
831 for (FileGot &Got : Gots) { in build()
842 FileGot *PrimGot = &MergedGots.front(); in build()
843 for (FileGot &Got : Gots) { in build()
850 for (FileGot &Got : Gots) { in build()
851 for (std::pair<const OutputSection *, FileGot::PageBlock> &P : in build()
871 for (FileGot &SrcGot : Gots) { in build()
900 for (FileGot &Got : Gots) { in build()
902 for (std::pair<const OutputSection *, FileGot::PageBlock> &P : in build()
935 for (FileGot &Got : Gots) { in build()
980 for (const std::pair<const OutputSection *, FileGot::PageBlock> &L : in build()
1029 for (const FileGot &G : Gots) { in writeTo()
1040 for (const std::pair<const OutputSection *, FileGot::PageBlock> &L : in writeTo()