Home
last modified time | relevance | path

Searched refs:oFormatBinary (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h275 bool oFormatBinary; member
H A DWriter.cpp326 if (!config->oFormatBinary) in run()
357 if (!config->oFormatBinary) { in run()
1922 if (!config->relocatable && !config->oFormatBinary) { in finalizeSections()
2645 (!config->oFormatBinary || (sec->flags & SHF_ALLOC))) in checkSections()
H A DOutputSections.cpp273 if (config->oFormatBinary) in getHeaderSize()
H A DScriptParser.cpp499 config->oFormatBinary = true; in readOutputFormat()
H A DDriver.cpp1361 config->oFormatBinary = isOutputFormatBinary(args); in readConfigs()