Lines Matching refs:dlinfo
478 dlinfo (caller_hndl, RTLD_DI_SERINFOSIZE, (void *) info);
484 to dlinfo() to return a small value for the dls_size.
486 The first call to dlinfo() determines the search path
488 dlinfo() tries to obtain the search path information.
491 the first call to the dlinfo() is incorrect (too small).
492 The second call to dlinfo() uses the incorrect size to
500 collect crashes right after the second call to dlinfo().
503 dlinfo() creates the search paths based on the paths
508 paths by dlinfo() even if the LD_LIBRARY_PATH environment
510 dls_cnt is assigned to 2 (/lib and /usr/lib) and dlinfo()
515 call to dlinfo(). There are number of ways to increase
537 dlinfo (caller_hndl, RTLD_DI_SERINFO, (void *) info);