Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance
736 FileGot &g = getGot(file); in addEntry()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()886 for (FileGot &got : gots) { in build()898 for (FileGot &got : gots) { in build()910 for (FileGot &got : gots) { in build()917 for (FileGot &got : gots) { in build()938 for (FileGot &srcGot : gots) { in build()967 for (FileGot &got : gots) { in build()[all …]
329 struct FileGot { struct363 std::vector<FileGot> gots; argument366 FileGot &getGot(InputFile &f);371 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);