Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
712 FileGot &g = getGot(file); in addEntry()825 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()826 FileGot tmp = dst; in tryMergeGots()848 for (const FileGot &g : gots) in updateAllocSize()862 for (FileGot &got : gots) { in build()874 for (FileGot &got : gots) { in build()886 for (FileGot &got : gots) { in build()893 for (FileGot &got : gots) { in build()914 for (FileGot &srcGot : gots) { in build()943 for (FileGot &got : gots) { in build()[all …]
310 struct FileGot { struct344 std::vector<FileGot> gots; argument347 FileGot &getGot(InputFile &f);352 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);