Home
last modified time | relevance | path

Searched refs:RTLD_NEXT (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c309 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 Dmdb_kproc.c964 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 Dmdb_kvm.c372 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 Dmdb_main.c393 identify = (int (*)())dlsym(RTLD_NEXT, "xkb_identify"); in identify_xvm_file()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllnext.c164 #ifndef RTLD_NEXT
178 #ifndef RTLD_NEXT in dllnext()
190 #ifdef RTLD_NEXT in dllnext()
191 dll = RTLD_NEXT; in dllnext()
H A DRELEASE34 02-06-27 dllnext.c: define _GNU_SOURCE to enable RTLD_NEXT
H A Ddlfcn.c330 #define DL_NEXT ((Dll_t*)RTLD_NEXT)
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_cto.c52 fptr = (int (*)())dlsym(RTLD_NEXT, "socket"); in socket()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c119 case (uintptr_t)RTLD_NEXT: in dlsym()
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c680 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/head/
H A Ddlfcn.h130 #define RTLD_NEXT (void *)-1 /* look in `next' dependency */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll141 #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 Ddlfcns.c1274 } 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 Dutil.c2980 if (((elfemg = (const char *(*)())dlsym_intn(RTLD_NEXT, in veprintf()
2983 ((elfeno = (int (*)())dlsym_intn(RTLD_NEXT, in veprintf()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c90 fptr = (int (*)())dlsym(RTLD_NEXT, "close"); in close()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1625 @ MSG_DLSYM_NEXT "[ RTLD_NEXT ]"