Home
last modified time | relevance | path

Searched refs:dladdr (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/head/
H A Ddlfcn.h115 extern int dladdr(void *, Dl_info *);
124 #pragma unknown_control_flow(dlmopen, dladdr, dladdr1, dldump, dlinfo)
/titanic_50/usr/src/lib/efcode/engine/
H A Dtracing.c106 if (dladdr((void *) fn, &dlip)) { in do_fclib_trace()
/titanic_50/usr/src/cmd/sgs/libdl/common/
H A Dllib-ldl38 int dladdr(void *, Dl_info *);
H A Dmapfile-vers88 dladdr { TYPE = FUNCTION };
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-vers49 dladdr; # Standard dlopen(3x) family
H A Ddlfcns.c1555 #pragma weak _dladdr = dladdr
1562 dladdr(void *addr, Dl_info_t *dlip) in dladdr() function
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c139 if (dladdr(pc, &info) == 0) { in print_simple_address()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common231 dladdr
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c155 struct dladdr { struct
1607 struct dladdr *dlsap; in revarp_start()
1658 dlsap = (struct dladdr *)(mp->b_rptr + sizeof (*dl_udata)); in revarp_start()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c126 if (dladdr((void *)pc, &dli)) { in print_frame()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers792 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
802 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
812 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README272 4287274 dladdr, dlinfo do not provide the full path name of a shared object
315 4343417 dladdr interface information inadequate
873 5062313 dladdr() can cause deadlock in MT apps.
1328 dladdr() (D)
1360 6531189 SEGV in dladdr()
/titanic_50/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in306 MODEL_TWEAK|/usr/lib/ld.so.1|*|dladdr|public
/titanic_50/usr/src/man/man3c/
H A DMakefile93 dladdr.3c \
1626 dladdr1.3c := LINKSRC = dladdr.3c
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c5438 (void) dladdr((void *)zi->zi_func, &dli); in ztest_execute()
6315 (void) dladdr((void *)zi->zi_func, &dli); in main()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc88 file path=usr/share/man/man3c/dladdr.3c
753 link path=usr/share/man/man3c/dladdr1.3c target=dladdr.3c
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1485 @ MSG_DL_DLADDR "dladdr() called from file=%s: %#llx"