Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DConfig.h169 bool gnuHash = false; member
DDriver.cpp310 if (config->emachine == EM_MIPS && config->gnuHash) in checkOptions()
1214 config->gnuHash = true; in readConfigs()
1216 config->sysvHash = config->gnuHash = true; in readConfigs()
2032 config->sysvHash = config->gnuHash = true; in link()
DWriter.cpp444 if (config->gnuHash) { in createSyntheticSections()