Searched refs:shlib (Results 1 - 25 of 214) sorted by relevance

123456789

/netbsd-current/distrib/syspkg/sets/base/base-amd-shlib/
H A DMakefile3 PKGBASE=base-amd-shlib
/netbsd-current/distrib/syspkg/sets/base/base-crypto-shlib/
H A DMakefile3 PKGBASE=base-crypto-shlib
/netbsd-current/distrib/syspkg/sets/base/base-i18n-shlib/
H A DMakefile3 PKGBASE=base-i18n-shlib
/netbsd-current/distrib/syspkg/sets/base/base-krb5-shlib/
H A DMakefile3 PKGBASE=base-krb5-shlib
/netbsd-current/distrib/syspkg/sets/base/base-net-shlib/
H A DMakefile3 PKGBASE=base-net-shlib
/netbsd-current/distrib/syspkg/sets/base/base-sys-shlib/
H A DMakefile3 PKGBASE=base-sys-shlib
/netbsd-current/distrib/syspkg/sets/man/man-shlib-man/
H A DMakefile3 PKGBASE=man-shlib-man
/netbsd-current/distrib/syspkg/sets/man/man-shlib-catman/
H A DMakefile3 PKGBASE=man-shlib-catman
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-tic6x/
H A Dtic6x.exp35 "-mdsbt -mpic -mpid=near" {shlib-1.s shlib-2.s}
36 {{readelf -WSsrld shlib-noindex.rd}
37 {objdump "-drj.plt -j.text" shlib-noindex.dd}
38 {objdump -sj.got shlib-noindex.sd}}
42 "-mdsbt -mpic -mpid=near" {shlib-1.s shlib-2.s}
43 {{readelf -WSsrld shlib-1.rd}
44 {objdump "-drj.plt -j.text" shlib-1.dd}
45 {objdump -sj.got shlib
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-invalidate-shlib.c36 void *shlib = dlopen (SHLIB_PATH, RTLD_LAZY); local
37 void (*foo)() = dlsym (shlib, "foo");
39 dlclose (shlib);
/netbsd-current/sbin/ldconfig/
H A DMakefile4 .include <bsd.shlib.mk>
15 SRCS= ldconfig.c shlib.c
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfork-no-detach-follow-child-dlopen.c29 void *shlib = dlopen (SHLIB_PATH, RTLD_NOW); local
30 int (*add) (int, int) = dlsym (shlib, "add");
H A Dfork-no-detach-follow-child-dlopen.exp23 # in the source of the shlib, and "list" should display the source where
30 standard_testfile .c -shlib.c
50 # Since we have debug info in the shlib, we should have the file name available.
H A Dsymtab-search-order.exp20 standard_testfile .c symtab-search-order-1.c symtab-search-order-shlib-1.c
27 set exec_opts [list debug shlib=$lib1]
H A Dcorefile-buildid.exp51 set srcdso [file join $srcdir $subdir $testfile-shlib-shr.c]
52 set objdso [standard_output_file $testfile-shlib-shr.so]
59 set srclib [file join $srcdir $subdir $testfile-shlib.c]
74 set opts [list debug shlib=$objlib additional_flags=-DTEST_SHARED]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D90-test_shlibload.t33 my $libcrypto = bldtop_file(shlib('libcrypto'));
34 my $libssl = bldtop_file(shlib('libssl'));
62 sub shlib {
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/
H A Dmkinc15 ls -1 ${BUILD}/crypto/$c/libcrypto-shlib-*.d | sed -e 's/.*-shlib-//' -e 's/\.d/.c \\/'
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsymtab-search-order.exp20 standard_testfile .c symtab-search-order-1.c symtab-search-order-shlib-1.c
27 set exec_opts [list debug shlib=$lib1]
H A Dcorefile-buildid.exp51 set srcdso [file join $srcdir $subdir $testfile-shlib-shr.c]
52 set objdso [standard_output_file $testfile-shlib-shr.so]
59 set srclib [file join $srcdir $subdir $testfile-shlib.c]
74 set opts [list debug shlib=$objlib additional_flags=-DTEST_SHARED]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-event-load.exp39 set testfile2 py-events-shlib
/netbsd-current/distrib/syspkg/sets/base/
H A DMakefile6 SUBDIR+=base-amd-shlib
19 SUBDIR+=base-crypto-shlib
34 SUBDIR+=base-i18n-shlib
38 SUBDIR+=base-krb5-shlib
93 SUBDIR+=base-net-shlib
130 SUBDIR+=base-sys-shlib
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile.exp16 standard_testfile .c compile-shlib.c compile-constvar.S compile-nodebug.c
370 untested "skipping shlib tests"
374 set libbin [standard_output_file ${testfile}-shlib.so]
375 set binfile [standard_output_file ${testfile}-shlib]
379 [list debug shlib=$libbin]] == -1 } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile.exp18 standard_testfile .c compile-shlib.c compile-constvar.S compile-nodebug.c
370 untested "skipping shlib tests"
374 set libbin [standard_output_file ${testfile}-shlib.so]
375 set binfile [standard_output_file ${testfile}-shlib]
379 [list debug shlib=$libbin]] == -1 } {
/netbsd-current/share/mk/
H A Dbsd.shlib.mk1 # $NetBSD: bsd.shlib.mk,v 1.6 2007/08/29 21:34:17 hira Exp $
/netbsd-current/crypto/external/bsd/openssl/lib/libapps/
H A DMakefile26 .include <bsd.shlib.mk>

Completed in 624 milliseconds

123456789