Searched refs:z_dlp (Results 1 – 1 of 1) sorted by relevance
59 void *z_dlp; member97 if (zlib.z_dlp != NULL) in ctf_zopen()98 return (zlib.z_dlp); /* library is already loaded */ in ctf_zopen()103 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen()106 …zlib.z_uncompress = (int (*)(uchar_t *, ulong_t *, const uchar_t *, ulong_t)) dlsym(zlib.z_dlp, "u… in ctf_zopen()107 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()110 (void) dlclose(zlib.z_dlp); in ctf_zopen()119 zlib.z_dlp = (void *) (uintptr_t) 1; in ctf_zopen()122 return (zlib.z_dlp); in ctf_zopen()