Home
last modified time | relevance | path

Searched refs:needsTocRestore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h252 gotInIgot(false), folded(false), needsTocRestore(false), in Symbol()
272 uint8_t needsTocRestore : 1; variable
H A DThunks.cpp902 s->needsTocRestore = true; in addSymbols()
946 s->needsTocRestore = true; in addSymbols()
H A DInputSection.cpp1065 if (rel.sym->needsTocRestore) { in relocateAlloc()