Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h204 bool oFormatBinary; member
H A DWriter.cpp567 if (!config->oFormatBinary) in run()
594 if (!config->oFormatBinary) { in run()
2062 if (!config->relocatable && !config->oFormatBinary) { in finalizeSections()
2733 (!config->oFormatBinary || (sec->flags & SHF_ALLOC))) in checkSections()
H A DOutputSections.cpp249 if (config->oFormatBinary) in getHeaderSize()
H A DDriver.cpp1125 config->oFormatBinary = isOutputFormatBinary(args); in readConfigs()