Home | History | Annotate | Download | only in testshared

Lines Matching refs:library

33 // library (runtime/cgo is built implicitly).
150 // All tests depend on runtime being built into a shared library. Because
179 // The shared library was built at the expected location.
213 // The shared library does not have relocations against the text segment.
226 // The shared library does not contain symbols called ".dup"
248 // name of the shared library containing it.
450 // Build a GOPATH package into a shared library that links against the goroot runtime
461 run(t, "executable linked to GOPATH library", "./bin/exe")
464 // The shared library contains a note listing the packages it contains in a section
478 // The shared library contains a note containing the ABI hash that is mapped into
514 // A Go shared library contains a note indicating which other Go shared libraries it
529 // The shared library contains notes with defined contents; see above.
580 // Build a GOPATH package (depBase) into a shared library that links against the goroot
587 run(t, "executable linked to GOPATH library", "./bin/exe2")
595 run(t, "executable linked to GOPATH library", "./bin/exe3")
624 // Build a GOPATH package into a shared library with gccgo and an executable that
647 // library with gccgo, another GOPATH package that depends on the first and an
648 // executable that links the second library.
877 // 'explicit' into a shared library implicitly includes implicit in
878 // the shared library. Building an executable that imports both
880 // executable rather than fetching it from the shared library. The
885 run(t, "running executable linked against library that contains same package as it", "./bin/implicitcmd")
899 // Access a global variable from a library.