Searched refs:oformat (Results 1 – 7 of 7) sorted by relevance
4 # RUN: ld.lld -o %t.out %t --oformat binary11 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary15 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary21 # RUN: ld.lld -T %talign.lds %t --oformat binary -o %talign29 # RUN: ld.lld -T %tempty.lds %t --oformat binary -o %tempty34 # RUN: ld.lld -T %tnobits.lds %t --oformat binary -o %tnobits40 # RUN: ld.lld -T %tlma.lds %t --oformat binary -o %tlma43 # RUN: not ld.lld -o /dev/null %t --oformat foo 2>&1 \45 # ERR: unknown --oformat value: foo47 # RUN: ld.lld -o /dev/null %t --oformat elf[all …]
4 # RUN: ld.lld -N -Ttext 0x100 -o %t.out %t --oformat binary11 # RUN: ld.lld -Ttext 0x100 -o %t.out %t --oformat binary
649 public void setOutputProperties(Properties oformat) in setOutputProperties() argument653 if (null != oformat) in setOutputProperties()657 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()664 m_outputFormat.copyFrom(oformat); in setOutputProperties()
870 public void setOutputProperties(Properties oformat) in setOutputProperties() argument876 if (null != oformat) in setOutputProperties()880 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()887 m_outputFormat.copyFrom(oformat); in setOutputProperties()1349 public void setOutputFormat(OutputProperties oformat) in setOutputFormat() argument1351 m_outputFormat = oformat; in setOutputFormat()
641 let oformat = match arch { in nasm() localVariable651 .arg(oformat) in nasm()
166 AVOutputFormat *output_format = fFormatCtx->oformat; in init()
299 def oformat: Separate<["--"], "oformat">, MetaVarName<"<format>">,