Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp712 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 …]
H A DSyntheticSections.h310 struct FileGot { struct
344 std::vector<FileGot> gots; argument
347 FileGot &getGot(InputFile &f);
352 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);