Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h225 bool sysvHash = false; member
H A DDriver.cpp1395 config->sysvHash = true; in readConfigs()
1399 config->sysvHash = config->gnuHash = true; in readConfigs()
2433 config->sysvHash = true; in link()
2435 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp398 if (config->sysvHash) { in createSyntheticSections()