Searched refs:RTLD_NEXT (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 309 dlsym(RTLD_NEXT, "ps_pread")) == NULL) in mdb_pservice_init() 313 dlsym(RTLD_NEXT, "ps_pwrite")) == NULL) in mdb_pservice_init() 317 dlsym(RTLD_NEXT, "ps_pglobal_lookup")) == NULL) in mdb_pservice_init() 321 dlsym(RTLD_NEXT, "ps_pglobal_sym")) == NULL) in mdb_pservice_init() 325 dlsym(RTLD_NEXT, "ps_pauxv")) == NULL) in mdb_pservice_init() 329 dlsym(RTLD_NEXT, "ps_pbrandname")) == NULL) in mdb_pservice_init() 333 dlsym(RTLD_NEXT, "ps_pdmodel")) == NULL) in mdb_pservice_init()
|
H A D | mdb_kproc.c | 964 f_asiter = (int (*)()) dlsym(RTLD_NEXT, "mdb_kproc_asiter"); in mdb_kproc_tgt_create() 965 f_auxv = (int (*)()) dlsym(RTLD_NEXT, "mdb_kproc_auxv"); in mdb_kproc_tgt_create() 966 f_as = (uintptr_t (*)()) dlsym(RTLD_NEXT, "mdb_kproc_as"); in mdb_kproc_tgt_create() 967 f_model = (model_t (*)()) dlsym(RTLD_NEXT, "mdb_kproc_model"); in mdb_kproc_tgt_create() 968 f_pid = (pid_t (*)()) dlsym(RTLD_NEXT, "mdb_kproc_pid"); in mdb_kproc_tgt_create()
|
H A D | mdb_kvm.c | 372 f_pid = (pid_t (*)()) dlsym(RTLD_NEXT, "mdb_kproc_pid"); in kt_dump_contains_proc() 594 print_buildversion = (void (*)(void))dlsym(RTLD_NEXT, in kt_activate() 598 sym = dlsym(RTLD_NEXT, "mdb_dump_print_content"); in kt_activate() 602 sym = dlsym(RTLD_NEXT, "mdb_dump_find_curproc"); in kt_activate() 1423 getops = (mdb_kb_ops_t *(*)())dlsym(RTLD_NEXT, "mdb_kb_ops"); in mdb_kvm_tgt_create() 1433 dlsym(RTLD_NEXT, "mdb_kb_ops"); in mdb_kvm_tgt_create()
|
H A D | mdb_main.c | 393 identify = (int (*)())dlsym(RTLD_NEXT, "xkb_identify"); in identify_xvm_file()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllnext.c | 164 #ifndef RTLD_NEXT 178 #ifndef RTLD_NEXT in dllnext() 190 #ifdef RTLD_NEXT in dllnext() 191 dll = RTLD_NEXT; in dllnext()
|
H A D | RELEASE | 34 02-06-27 dllnext.c: define _GNU_SOURCE to enable RTLD_NEXT
|
H A D | dlfcn.c | 330 #define DL_NEXT ((Dll_t*)RTLD_NEXT)
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_cto.c | 52 fptr = (int (*)())dlsym(RTLD_NEXT, "socket"); in socket()
|
/illumos-gate/usr/src/lib/madv/common/ |
H A D | madv.c | 680 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat"); in shmat() 732 mmapfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "mmap"); in mmap() 785 mmap64func = (caddr_t (*)()) dlsym(RTLD_NEXT, "mmap64"); in mmap64()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_dl.c | 119 case (uintptr_t)RTLD_NEXT: in dlsym()
|
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 130 #define RTLD_NEXT (void *)-1 /* look in `next' dependency */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 141 #if defined(_hdr_mach_o_dyld) && !defined(RTLD_NEXT) 147 printf("#define RTLD_NEXT ((void*)16)\n");
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 1274 } else if (handle == RTLD_NEXT) { in dlsym_core() 1429 if ((handle == RTLD_NEXT) || (handle == RTLD_DEFAULT) || in dlsym_intn() 1497 if ((handle != RTLD_NEXT) && (handle != RTLD_DEFAULT) && in dlsym_check()
|
H A D | util.c | 2981 if (((elfemg = (const char *(*)())dlsym_intn(RTLD_NEXT, in veprintf() 2984 ((elfeno = (int (*)())dlsym_intn(RTLD_NEXT, in veprintf()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 90 fptr = (int (*)())dlsym(RTLD_NEXT, "close"); in close()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1625 @ MSG_DLSYM_NEXT "[ RTLD_NEXT ]"
|