Searched refs:lib (Results 1 - 25 of 3707) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgcore-relro-lib.c19 lib (void) function
H A Dprint-symbol-loading-lib.c19 lib (void) function
H A Dgcore-relro-main.c18 extern void lib (void);
23 lib ();
H A Dprint-symbol-loading-main.c18 extern void lib (void);
23 lib ();
H A Dsym-file-loader.h30 void unload_shlib (struct library *lib);
34 int lookup_function (struct library *lib, const char *func, void **addr);
38 int get_text_addr (struct library *lib, void **text_addr);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprint-symbol-loading-lib.c19 lib (void) function
H A Dgcore-relro-lib.c19 lib (void) function
H A Dprint-symbol-loading-main.c18 extern void lib (void);
23 lib ();
H A Dgcore-relro-main.c18 extern void lib (void);
23 lib ();
H A Dsym-file-loader.h30 void unload_shlib (struct library *lib);
34 int lookup_function (struct library *lib, const char *func, void **addr);
38 int get_text_addr (struct library *lib, void **text_addr);
/netbsd-current/external/ibm-public/postfix/dist/
H A Dpostfix-env.sh5 LD_LIBRARY_PATH=`pwd`/lib DYLD_LIBRARY_PATH=`pwd`/lib exec "$@"
/netbsd-current/external/bsd/iscsi/dist/src/
H A DMakefile.am3 SUBDIRS = lib target initiator
/netbsd-current/sys/arch/emips/stand/common/
H A Ddev_net.c1 #include <lib/libsa/dev_net.c>
/netbsd-current/sys/arch/pmax/stand/common/
H A Ddev_net.c1 #include <lib/libsa/dev_net.c>
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dlink_mod_collision.d1 module lib; // module collides with lib.so
H A Dliblinkdep.d1 import lib;
H A Dlink.d1 import lib;
7 lib.throwException();
12 assert(lib.collectException({throw new Exception(null);}) !is null);
13 assert(lib.collectException({lib.throwException();}) !is null);
19 lib.alloc();
20 lib.tls_alloc();
21 lib.access();
22 lib.tls_access();
24 lib
[all...]
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Ddev_net.c1 #include <lib/libsa/dev_net.c>
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/m4/
H A DMakefile.am7 lib-ld.m4 \
8 lib-link.m4 \
9 lib-prefix.m4
14 lib-ld.m4 \
15 lib-link.m4 \
16 lib-prefix.m4
/netbsd-current/external/bsd/tre/
H A DMakefile2 SUBDIR= lib .WAIT bin
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dliblinkdep.d1 import lib;
H A Dlink.d1 import lib;
7 lib.throwException();
12 assert(lib.collectException({throw new Exception(null);}) !is null);
13 assert(lib.collectException({lib.throwException();}) !is null);
19 lib.alloc();
20 lib.tls_alloc();
21 lib.access();
22 lib.tls_access();
24 lib
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Ddl.c30 static int uv__dlerror(uv_lib_t* lib);
33 int uv_dlopen(const char* filename, uv_lib_t* lib) { argument
35 lib->errmsg = NULL;
36 lib->handle = dlopen(filename, RTLD_LAZY);
37 return lib->handle ? 0 : uv__dlerror(lib);
41 void uv_dlclose(uv_lib_t* lib) { argument
42 uv__free(lib->errmsg);
43 lib->errmsg = NULL;
45 if (lib
53 uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) argument
60 uv_dlerror(const uv_lib_t* lib) argument
65 uv__dlerror(uv_lib_t* lib) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Ddl.c25 static int uv__dlerror(uv_lib_t* lib, const char* filename, DWORD errorno);
28 int uv_dlopen(const char* filename, uv_lib_t* lib) { argument
31 lib->handle = NULL;
32 lib->errmsg = NULL;
40 return uv__dlerror(lib, filename, GetLastError());
43 lib->handle = LoadLibraryExW(filename_w, NULL, LOAD_WITH_ALTERED_SEARCH_PATH);
44 if (lib->handle == NULL) {
45 return uv__dlerror(lib, filename, GetLastError());
52 void uv_dlclose(uv_lib_t* lib) { argument
53 if (lib
66 uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) argument
73 uv_dlerror(const uv_lib_t* lib) argument
78 uv__format_fallback_error(uv_lib_t* lib, int errorno) argument
93 uv__dlerror(uv_lib_t* lib, const char* filename, DWORD errorno) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/
H A DMakefile.am24 lib/3level.h \
25 lib/addext.c \
26 lib/alloca_.h \
27 lib/argmatch.h.diff \
28 lib/backupfile.c \
29 lib/backupfile.h \
30 lib/basename.c \
31 lib/basename.h \
32 lib/canonicalize.c \
33 lib/canonicaliz
[all...]

Completed in 456 milliseconds

1234567891011>>