Lines Matching refs:objcopy
4 # RUN: llvm-objcopy --rename-section=.foo=.bar,alloc %t %t.alloc
6 # RUN: llvm-objcopy --rename-section=.foo=.bar,load %t %t.load
8 # RUN: llvm-objcopy --rename-section=.foo=.bar,noload %t %t.noload
10 # RUN: llvm-objcopy --rename-section=.foo=.bar,readonly %t %t.readonly
12 # RUN: llvm-objcopy --rename-section=.foo=.bar,debug %t %t.debug
14 # RUN: llvm-objcopy --rename-section=.foo=.bar,code %t %t.code
16 # RUN: llvm-objcopy --rename-section=.foo=.bar,data %t %t.data
18 # RUN: llvm-objcopy --rename-section=.foo=.bar,rom %t %t.rom
20 # RUN: llvm-objcopy --rename-section=.foo=.bar,contents %t %t.contents
22 # RUN: llvm-objcopy --rename-section=.foo=.bar,merge %t %t.merge
24 # RUN: llvm-objcopy --rename-section=.foo=.bar,strings %t %t.strings
26 # RUN: llvm-objcopy --rename-section=.foo=.bar,share %t %t.share
28 # RUN: llvm-objcopy --rename-section=.foo=.bar,exclude %t %t.exclude