Home
last modified time | relevance | path

Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp736 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 …]
H A DSyntheticSections.h329 struct FileGot { struct
363 std::vector<FileGot> gots; argument
366 FileGot &getGot(InputFile &f);
371 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);