Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
717 FileGot &g = getGot(file); in addEntry()830 bool MipsGotSection::tryMergeGots(FileGot &dst, FileGot &src, bool isPrimary) { in tryMergeGots()831 FileGot tmp = dst; in tryMergeGots()853 for (const FileGot &g : gots) in updateAllocSize()867 for (FileGot &got : gots) { in build()879 for (FileGot &got : gots) { in build()891 for (FileGot &got : gots) { in build()898 for (FileGot &got : gots) { in build()919 for (FileGot &srcGot : gots) { in build()948 for (FileGot &got : gots) { in build()[all …]
332 struct FileGot { struct366 std::vector<FileGot> gots; argument369 FileGot &getGot(InputFile &f);374 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);