Lines Matching refs:objcopy
3 # RUN: llvm-objcopy -O ihex %t %t.hex
4 # RUN: llvm-objcopy -I ihex -O elf32-i386 %t.hex %t2
64 # RUN: llvm-objcopy -O binary --only-section=.text %t %t.text
65 # RUN: llvm-objcopy -O binary --only-section=.sec1 %t2 %t2.sec1
67 # RUN: llvm-objcopy -O binary --only-section=.data %t %t.data
68 # RUN: llvm-objcopy -O binary --only-section=.sec2 %t2 %t2.sec2
70 # RUN: llvm-objcopy -O binary --only-section=.data2 %t %t.data2
71 # RUN: llvm-objcopy -O binary --only-section=.sec3 %t2 %t2.sec3
73 # RUN: llvm-objcopy -O binary --only-section=.data3 %t %t.data3
74 # RUN: llvm-objcopy -O binary --only-section=.sec4 %t2 %t2.sec4
78 # RUN: llvm-objcopy -I ihex -O elf32-i386 %p/Inputs/sections.hex %t-raw
112 # RUN: llvm-objcopy -O ihex --only-section=.sec1 %t-raw - | FileCheck %s --check-prefix=RAW-SEC1
119 # RUN: llvm-objcopy -O ihex --only-section=.sec2 %t-raw - | FileCheck %s --check-prefix=RAW-SEC2
127 # RUN: llvm-objcopy -O ihex --only-section=.sec3 %t-raw - | FileCheck %s --check-prefix=RAW-SEC3
135 # RUN: echo " :0100000001FE " | llvm-objcopy -I ihex -O elf64-x86-64 - - \
136 # RUN: | llvm-objcopy -O ihex - - | FileCheck %s --check-prefix=SPACES
143 # RUN: echo "01000000FF" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --check-…
148 # RUN: echo "0100000000FF" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --chec…
153 # RUN: echo ":01000000xF" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --check…
158 # RUN: echo ":010000000000000F" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s -…
163 # RUN: echo ":00000006FA" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --check-…
168 # RUN: echo ":00000001FA" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --check-…
173 # RUN: echo ":00010000FF" | not llvm-objcopy -I ihex - - 2>&1 | FileCheck %s --check-prefix=ZERO_DA…
178 # RUN: echo ":03000002000000FB" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --…
183 # RUN: echo ":03000003000000FA" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --…
186 # RUN: echo ":03000005000000F8" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --…
191 # RUN: echo ":04000003FFFFFFFFFD" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s …
196 # RUN: echo ":04000004FFFFFFFFFC" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s …
202 # RUN: echo "" | not llvm-objcopy -I ihex -O elf32-i386 - - 2>&1 | FileCheck %s --check-prefix=NO_S…
207 # RUN: not llvm-objcopy -I ihex %t-bad14.hex %t-none 2>&1 | FileCheck %s --check-prefix=NO_SECTIONS