Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h175 bool SysvHash = false; member
H A DDriver.cpp930 Config->SysvHash = true; in readConfigs()
934 Config->SysvHash = Config->GnuHash = true; in readConfigs()
1459 Config->SysvHash = true; in link()
1461 Config->SysvHash = Config->GnuHash = true; in link()
H A DWriter.cpp353 if (Config->SysvHash) { in createSyntheticSections()