Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h262 bool oFormatBinary; member
H A DWriter.cpp621 if (!config->oFormatBinary) in run()
652 if (!config->oFormatBinary) { in run()
2137 if (!config->relocatable && !config->oFormatBinary) { in finalizeSections()
2846 (!config->oFormatBinary || (sec->flags & SHF_ALLOC))) in checkSections()
H A DOutputSections.cpp257 if (config->oFormatBinary) in getHeaderSize()
H A DDriver.cpp1316 config->oFormatBinary = isOutputFormatBinary(args); in readConfigs()