Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp717 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 …]
H A DSyntheticSections.h332 struct FileGot { struct
366 std::vector<FileGot> gots; argument
369 FileGot &getGot(InputFile &f);
374 bool tryMergeGots(FileGot & dst, FileGot & src, bool isPrimary);