Lines Matching full:script
2 ## Test how .symver interacts with --version-script.
7 # RUN: echo 'v1 { local: foo1; }; v2 { local: foo2; };' > %t1.script
8 # RUN: ld.lld --version-script %t1.script -shared %t.o -o %t1.so
16 # RUN: echo 'v1 { local: foo*; }; v2 {};' > %t2.script
17 # RUN: ld.lld --version-script %t2.script -shared %t.o -o %t2.so
24 # RUN: echo 'v1 { global: *; local: foo*; }; v2 {};' > %t3.script
25 # RUN: ld.lld --version-script %t3.script -shared %t.o -o %t3.so
32 # RUN: echo 'v1 { global: foo*; local: *; }; v2 { global: foo4; local: *; };' > %t4.script
33 # RUN: ld.lld --version-script %t4.script -shared %t.o -o %t4.so
42 # RUN: ld.lld --version-script %t4.script -pie --export-dynamic %t.o -o %t4
44 # RUN: ld.lld --version-script %t4.script -pie %t.o -o %t4
49 # RUN: ld.lld --version-script %t4.script -shared %t.o %tref.o -o %t5.so