Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h186 bool gnuHash = false; member
H A DDriver.cpp314 if (config->emachine == EM_MIPS && config->gnuHash) in checkOptions()
1397 config->gnuHash = true; in readConfigs()
1399 config->sysvHash = config->gnuHash = true; in readConfigs()
2435 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp393 if (config->gnuHash) { in createSyntheticSections()