Lines Matching refs:objcopy
4 # RUN: llvm-objcopy --rename-section=.foo=.bar,alloc \
7 # RUN: llvm-objcopy --rename-section=.foo=.bar,load \
10 # RUN: llvm-objcopy --rename-section=.foo=.bar,noload \
13 # RUN: llvm-objcopy --rename-section=.foo=.bar,readonly \
16 # RUN: llvm-objcopy --rename-section=.foo=.bar,exclude \
19 # RUN: llvm-objcopy --rename-section=.foo=.bar,debug \
22 # RUN: llvm-objcopy --rename-section=.foo=.bar,code \
25 # RUN: llvm-objcopy --rename-section=.foo=.bar,data \
28 # RUN: llvm-objcopy --rename-section=.foo=.bar,rom \
31 # RUN: llvm-objcopy --rename-section=.foo=.bar,contents \
34 # RUN: llvm-objcopy --rename-section=.foo=.bar,merge \
37 # RUN: llvm-objcopy --rename-section=.foo=.bar,strings \
40 # RUN: llvm-objcopy --rename-section=.foo=.bar,share \
45 # RUN: llvm-objcopy --rename-section=.foo=.bar,alloc,readonly,strings \
48 # RUN: llvm-objcopy --rename-section=.foo=.bar,alloc,code \
53 # RUN: not llvm-objcopy --rename-section=.foo=.bar,xyzzy %t %t.xyzzy 2>&1 | FileCheck %s --check-pr…
56 # RUN: llvm-objcopy --rename-section=.foo=.bar,ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTE…
61 # RUN: llvm-objcopy --rename-section=.foo=.bar,aLlOc,LoAd,NoLoad,rEAdONly,Debug,codE,DaTa,rOm,CoNtE…