Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h236 bool oFormatBinary; member
H A DWriter.cpp555 if (!config->oFormatBinary) in run()
582 if (!config->oFormatBinary) { in run()
2040 if (!config->relocatable && !config->oFormatBinary) { in finalizeSections()
2756 (!config->oFormatBinary || (sec->flags & SHF_ALLOC))) in checkSections()
H A DOutputSections.cpp253 if (config->oFormatBinary) in getHeaderSize()
H A DDriver.cpp1176 config->oFormatBinary = isOutputFormatBinary(args); in readConfigs()