Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h243 bool gnuHash = false; member
H A DDriver.cpp378 if (config->emachine == EM_MIPS && config->gnuHash) in checkOptions()
1630 config->gnuHash = true; in readConfigs()
1632 config->sysvHash = config->gnuHash = true; in readConfigs()
2667 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp440 if (config->gnuHash) { in createSyntheticSections()