Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h218 bool gnuHash = false; member
H A DDriver.cpp340 if (config->emachine == EM_MIPS && config->gnuHash) in checkOptions()
1457 config->gnuHash = true; in readConfigs()
1459 config->sysvHash = config->gnuHash = true; in readConfigs()
2540 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp375 if (config->gnuHash) { in createSyntheticSections()