• Home
  • Raw
  • Download

Lines Matching refs:objcopy

4 # RUN: llvm-objcopy --set-section-flags=.foo=alloc %t %t.alloc
6 # RUN: llvm-objcopy --set-section-flags=.foo=load %t %t.load
8 # RUN: llvm-objcopy --set-section-flags=.foo=noload %t %t.noload
10 # RUN: llvm-objcopy --set-section-flags=.foo=readonly %t %t.readonly
12 # RUN: llvm-objcopy --set-section-flags=.foo=exclude %t %t.exclude
14 # RUN: llvm-objcopy --set-section-flags=.foo=debug %t %t.debug
16 # RUN: llvm-objcopy --set-section-flags=.foo=code %t %t.code
18 # RUN: llvm-objcopy --set-section-flags=.foo=data %t %t.data
20 # RUN: llvm-objcopy --set-section-flags=.foo=rom %t %t.rom
22 # RUN: llvm-objcopy --set-section-flags=.foo=contents %t %t.contents
24 # RUN: llvm-objcopy --set-section-flags=.foo=merge %t %t.merge
26 # RUN: llvm-objcopy --set-section-flags=.foo=strings %t %t.strings
28 # RUN: llvm-objcopy --set-section-flags=.foo=share %t %t.share
32 # RUN: llvm-objcopy --set-section-flags=.foo=alloc,readonly,share %t %t.alloc_ro_share
34 # RUN: llvm-objcopy --set-section-flags=.foo=alloc,code %t %t.alloc_code
38 # RUN: not llvm-objcopy --set-section-flags=.foo=xyzzy %t %t.xyzzy 2>&1 | FileCheck %s --check-pref…
41 # RUN: not llvm-objcopy --set-section-flags=.foo %t %t2 2>&1 | FileCheck %s --check-prefix=BAD-FORM…
44 # RUN: not llvm-objcopy --set-section-flags=.foo=alloc --set-section-flags=.foo=load %t %t2 2>&1 | …
47 # RUN: llvm-objcopy --set-section-flags=.foo=ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENT…
51 # RUN: llvm-objcopy --set-section-flags=.foo=aLlOc,LoAd,NoLoad,rEAdONly,Debug,codE,DaTa,rOm,CoNtEnT…