Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h379 bool sysvHash = false; member
H A DDriver.cpp1881 ctx.arg.sysvHash = true; in readConfigs()
1885 ctx.arg.sysvHash = ctx.arg.gnuHash = true; in readConfigs()
2031 ctx.arg.sysvHash = true; in setConfigs()
2033 ctx.arg.sysvHash = ctx.arg.gnuHash = true; in setConfigs()
H A DSyntheticSections.cpp4847 if (ctx.arg.sysvHash) { in createSyntheticSections()