Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h284 bool sysvHash = false; member
H A DDriver.cpp1628 config->sysvHash = true; in readConfigs()
1632 config->sysvHash = config->gnuHash = true; in readConfigs()
2665 config->sysvHash = true; in link()
2667 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp445 if (config->sysvHash) { in createSyntheticSections()