Lines Matching refs:objcopy
3 # RUN: llvm-objcopy -I binary -O elf64-littleaarch64 %t.txt %t.aarch64.o
6 # RUN: llvm-objcopy -I binary -O elf32-littlearm %t.txt %t.arm.o
9 # RUN: llvm-objcopy -I binary -O elf32-i386 %t.txt %t.i386.o
12 # RUN: llvm-objcopy -I binary -O elf64-x86-64 %t.txt %t.x86-64.o
15 # RUN: llvm-objcopy -I binary -O elf32-bigmips %t.txt %t.mips.o
18 # RUN: llvm-objcopy -I binary -O elf64-powerpcle %t.txt %t.ppc64le.o
21 # RUN: llvm-objcopy -I binary -O elf32-littleriscv %t.txt %t.rv32.o
24 # RUN: llvm-objcopy -I binary -O elf64-littleriscv %t.txt %t.rv64.o
27 # RUN: llvm-objcopy -I binary -O elf32-sparc %t.txt %t.sparc.o
30 # RUN: llvm-objcopy -I binary -O elf32-sparcel %t.txt %t.sparcel.o
33 # RUN: llvm-objcopy -I binary -O elf32-hexagon %t.txt %t.hexagon.o
82 ## In GNU objcopy, e_machine is EM_NONE unless -B is specifid.
118 ## Many uses of objcopy use no spaces in the flags, make sure that also works.
119 # RUN: llvm-objcopy -Ibinary -O elf64-x86-64-freebsd %t.txt %t.freebsd.o