Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h175 bool gnuHash = false; member
H A DDriver.cpp314 if (config->emachine == EM_MIPS && config->gnuHash) in checkOptions()
1320 config->gnuHash = true; in readConfigs()
1322 config->sysvHash = config->gnuHash = true; in readConfigs()
2173 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp444 if (config->gnuHash) { in createSyntheticSections()