Searched refs:libab (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/regress/libexec/ld.so/hidden/
H A DMakefile3 SUBDIR+= libaa libab test1 test2
/openbsd-current/regress/lib/csu/callbacks/
H A DMakefile3 SUBDIR+= libaa libab atexit pthread_atfork
/openbsd-current/regress/libexec/ld.so/constructor/
H A DMakefile1 SUBDIR=libaa libab prog1 prog2
/openbsd-current/regress/libexec/ld.so/dlopen/
H A DMakefile1 SUBDIR=libaa libab libac prog1 prog2 prog3 prog4
/openbsd-current/regress/libexec/ld.so/initfirst/test2/
H A DMakefile1 SUBDIR=libae libad libac libab libaa prog1 prog2
/openbsd-current/regress/libexec/ld.so/hidden/test1/
H A Dtest1.c32 void *libaa, *libab; local
36 libab = dlopen(LIBAB, RTLD_LAZY);
39 if (libab == NULL)
48 hidden_test = (void (*)())dlsym(libab, "test_ab");
50 errx(1, "dlsym(libab, \"test_ab\") FAILED\n");
62 dlclose(libab);
H A DMakefile12 AB_DIR=${.CURDIR}/../libab
24 CFLAGS+= -DLIBAB="\"$(AB_OBJDIR)/libab.so\""
/openbsd-current/regress/libexec/ld.so/initfirst/test2/libaa/
H A DMakefile3 LDADD=-L../libab
/openbsd-current/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c24 void *libaa, *libab; variable
37 dlclose(libab);
53 void (*func)(void) = dlsym(libab, "ab");
55 errx(1, "dlsym(libab, ab): %s", dlerror());
68 libab = dlopen(LIBAB, RTLD_LAZY);
69 if (libab == NULL)
95 dlclose(libab);
H A DMakefile12 AB_DIR=${.CURDIR}/../libab
24 CFLAGS+= -DLIBAB="\"$(AB_OBJDIR)/libab.so\""
/openbsd-current/regress/libexec/ld.so/constructor/prog1/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab
25 CPPFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/constructor/prog2/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab
25 CPPFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/dlopen/prog2/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab
25 CXXFLAGS=-I${.CURDIR}/../libab
/openbsd-current/regress/lib/csu/callbacks/pthread_atfork/
H A Dpthread_atfork_test.c27 void *libaa, *libab; variable
52 dlclose(libab);
69 void (*func)(FILE *) = dlsym(libab, "ab_atfork");
71 errx(1, "dlsym(libab, ab_atfork): %s", dlerror());
100 libab = dlopen(LIBAB, RTLD_LAZY);
101 if (libab == NULL)
127 dlclose(libab);
H A DMakefile12 AB_DIR=${.CURDIR}/../libab
24 CFLAGS+= -DLIBAB="\"$(AB_OBJDIR)/libab.so\""
/openbsd-current/regress/libexec/ld.so/dlopen/prog1/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/hidden/test2/
H A DMakefile12 AB_DIR=${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/initfirst/test2/prog1/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab
/openbsd-current/regress/libexec/ld.so/initfirst/test2/prog2/
H A DMakefile16 AB_DIR=${.CURDIR}/../libab

Completed in 81 milliseconds