Lines Matching refs:objcopy
4 # RUN: llvm-objcopy --set-section-flags=.foo=alloc \
7 # RUN: llvm-objcopy --set-section-flags=.foo=load \
10 # RUN: llvm-objcopy --set-section-flags=.foo=noload \
13 # RUN: llvm-objcopy --set-section-flags=.foo=readonly \
16 # RUN: llvm-objcopy --set-section-flags=.foo=exclude \
19 # RUN: llvm-objcopy --set-section-flags=.foo=debug \
22 # RUN: llvm-objcopy --set-section-flags=.foo=code \
25 # RUN: llvm-objcopy --set-section-flags=.foo=data \
28 # RUN: llvm-objcopy --set-section-flags=.foo=rom \
31 # RUN: llvm-objcopy --set-section-flags=.foo=contents \
34 # RUN: llvm-objcopy --set-section-flags=.foo=merge \
37 # RUN: llvm-objcopy --set-section-flags=.foo=strings \
40 # RUN: llvm-objcopy --set-section-flags=.foo=share \
45 # RUN: llvm-objcopy --set-section-flags=.foo=alloc,readonly,strings \
49 # RUN: llvm-objcopy --set-section-flags=.foo=alloc,code \
55 # RUN: not llvm-objcopy --set-section-flags=.foo=xyzzy %t %t.xyzzy 2>&1 | FileCheck %s --check-pref…
58 # RUN: not llvm-objcopy --set-section-flags=.foo %t %t2 2>&1 | FileCheck %s --check-prefix=BAD-FORM…
61 # RUN: not llvm-objcopy --set-section-flags=.foo=alloc --set-section-flags=.foo=load %t %t2 2>&1 | …
64 # RUN: llvm-objcopy --set-section-flags=.foo=ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENT…
70 # RUN: llvm-objcopy --set-section-flags=.foo=aLlOc,LoAd,NoLoad,rEAdONly,Debug,codE,DaTa,rOm,CoNtEnT…