HomeSort by relevance Sort by last modified time
    Searched refs:nextlib (Results 1 - 2 of 2) sorted by null

  /external/kmod/testsuite/
uname.c 30 static void *nextlib = NULL; local
36 if (nextlib == NULL) {
38 nextlib = RTLD_NEXT;
40 nextlib = dlopen("libc.so.6", RTLD_LAZY);
42 nextlib_uname = dlsym(nextlib, "uname");
path.c 36 static void *nextlib; variable
86 if (nextlib == NULL) {
88 nextlib = RTLD_NEXT;
90 nextlib = dlopen("libc.so.6", RTLD_LAZY);
94 fp = dlsym(nextlib, f);

Completed in 204 milliseconds