Lines Matching refs:script
16 # RUN: }" > %t.script
17 # RUN: ld.lld %t --script %t.script -o %t2
31 # RUN: echo "SECTIONS { . = 0x11h; }" > %t2.script
32 # RUN: not ld.lld %t --script %t2.script -o /dev/null 2>&1 | \
36 # RUN: echo "SECTIONS { . = 0x11k; }" > %t3.script
37 # RUN: not ld.lld %t --script %t3.script -o /dev/null 2>&1 | \
41 # RUN: echo "SECTIONS { . = 0x11m; }" > %t4.script
42 # RUN: not ld.lld %t --script %t4.script -o /dev/null 2>&1 | \
46 # RUN: echo "SECTIONS { . = 1zh; }" > %t5.script
47 # RUN: not ld.lld %t --script %t5.script -o /dev/null 2>&1 | \
51 # RUN: echo "SECTIONS { . = 1zk; }" > %t6.script
52 # RUN: not ld.lld %t --script %t6.script -o /dev/null 2>&1 | \
56 # RUN: echo "SECTIONS { . = 1zm; }" > %t7.script
57 # RUN: not ld.lld %t --script %t7.script -o /dev/null 2>&1 | \
66 # RUN: }" > %t8.script
67 # RUN: ld.lld %t --script %t8.script -o %t6