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 DWriter.cpp341 if (!ctx.arg.oFormatBinary) in run()
372 if (!ctx.arg.oFormatBinary) { in run()
2040 if (!ctx.arg.relocatable && !ctx.arg.oFormatBinary) { in finalizeSections()
2811 (!ctx.arg.oFormatBinary || (sec->flags & SHF_ALLOC))) in checkSections()
H A DConfig.h353 bool oFormatBinary; member
H A DOutputSections.cpp290 if (ctx.arg.oFormatBinary) in getHeaderSize()
H A DScriptParser.cpp494 ctx.arg.oFormatBinary = true; in readOutputFormat()
H A DDriver.cpp1486 ctx.arg.oFormatBinary = isOutputFormatBinary(ctx, args); in readConfigs()