Searched refs:RTLD_NEXT (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/include/
H A Ddlfcn.h17 #define RTLD_NEXT ((void *)-1) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixres.c32 f = dlsym(RTLD_NEXT, "getresuid");
44 f = dlsym(RTLD_NEXT, "getresgid");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixres.c32 f = dlsym(RTLD_NEXT, "getresuid");
44 f = dlsym(RTLD_NEXT, "getresgid");
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c1778 if (p == head || p == RTLD_DEFAULT || p == RTLD_NEXT) {
1781 } else if (p == RTLD_NEXT) {

Completed in 57 milliseconds