Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h257 bool sysvHash = false; member
H A DDriver.cpp1455 config->sysvHash = true; in readConfigs()
1459 config->sysvHash = config->gnuHash = true; in readConfigs()
2538 config->sysvHash = true; in link()
2540 config->sysvHash = config->gnuHash = true; in link()
H A DWriter.cpp380 if (config->sysvHash) { in createSyntheticSections()