HomeSort by relevance Sort by last modified time
    Searched refs:dl_handle (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/apple/
apple_cgl.c 42 static void *dl_handle = NULL; variable
86 dl_handle = h;
126 return dl_handle;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 215 eap_methods->dl_handle = handle;
247 if (m == NULL || m->dl_handle == NULL)
255 handle = m->dl_handle;
363 handle = m->dl_handle;
eap_i.h 244 * dl_handle - Handle for the dynamic library
250 void *dl_handle; member in struct:eap_method
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc 97 void* dl_handle) {
98 *func_handle = dlsym(dl_handle, func_name);

Completed in 610 milliseconds