Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h336 bool gnuHash = false; member
H A DDriver.cpp361 if (ctx.arg.emachine == EM_MIPS && ctx.arg.gnuHash) in checkOptions()
1883 ctx.arg.gnuHash = true; in readConfigs()
1885 ctx.arg.sysvHash = ctx.arg.gnuHash = true; in readConfigs()
2033 ctx.arg.sysvHash = ctx.arg.gnuHash = true; in setConfigs()
H A DSyntheticSections.cpp4842 if (ctx.arg.gnuHash) { in createSyntheticSections()