HomeSort by relevance Sort by last modified time
    Searched refs:dlsym (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 25 ptr = dlsym(gles_android,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr);
26 ptr = dlsym(gles_android,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr);
27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
28 ptr = dlsym(gles_android,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr);
29 ptr = dlsym(gles_android,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr);
30 ptr = dlsym(gles_android,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr);
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
32 ptr = dlsym(gles_android,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t)ptr);
33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
34 ptr = dlsym(gles_android,"eglCreatePbufferSurface"); disp->set_eglCreatePbufferSurface((eglCreatePbufferSurfac (…)
    [all...]
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);
26 ptr = dlsym(gles_android,"glClearColor"); disp->set_glClearColor((glClearColor_t)ptr);
27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr);
28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr);
29 ptr = dlsym(gles_android,"glColor4f"); disp->set_glColor4f((glColor4f_t)ptr);
30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);
31 ptr = dlsym(gles_android,"glFogf"); disp->set_glFogf((glFogf_t)ptr);
32 ptr = dlsym(gles_android,"glFogfv"); disp->set_glFogfv((glFogfv_t)ptr);
33 ptr = dlsym(gles_android,"glFrustumf"); disp->set_glFrustumf((glFrustumf_t)ptr);
34 ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((glGetClipPlanef_t)ptr)
    [all...]
ApiInitializer.h 36 symbol = dlsym(m_dso, name);
  /frameworks/rs/cpp/
rsDispatch.cpp 29 dispatchTab.SetNativeLibDir = (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir");
36 dispatchTab.Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData");
37 dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData");
40 dispatchTab.Allocation2DRead = (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead");
41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData");
42 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead");
43 dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange");
44 dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange")
    [all...]
  /bionic/tests/libs/
dlsym_from_this_functions.cpp 25 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol"));
35 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol2"));
45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol"));
namespaces_root.cpp 43 const char** result = static_cast<const char**>(dlsym(handle, "g_private_dlopened_string"));
  /external/fio/os/windows/posix/include/
dlfcn.h 8 void *dlsym(void *restrict handle, const char *restrict name);
  /external/libxml2/os400/dlfcn/
dlfcn.h 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
28 extern void * dlsym(void * handle, const char * symbol);
  /external/skia/src/ports/
SkOSLibrary_posix.cpp 20 return dlsym(library, functionName);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain3.c 53 p = dlsym (h, "foo");
62 f = dlsym (h, "get_foo_p");
69 ret = dlsym (h, "ret_foo");
84 f = dlsym (h, "get_foo_hidden_p");
91 ret = dlsym (h, "ret_foo_hidden");
104 f = dlsym (h, "get_foo_protected_p");
111 ret = dlsym (h, "ret_foo_protected");
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 106 pOMX_Init = (tpOMX_Init)dlsym(ipHandle, "TIOMX_Init");
107 pOMX_Deinit = (tpOMX_Deinit)dlsym(ipHandle, "TIOMX_Deinit");
108 pOMX_ComponentNameEnum = (tpOMX_ComponentNameEnum)dlsym(ipHandle, "TIOMX_ComponentNameEnum");
109 pOMX_GetHandle = (tpOMX_GetHandle)dlsym(ipHandle, "TIOMX_GetHandle");
110 pOMX_FreeHandle = (tpOMX_FreeHandle)dlsym(ipHandle, "TIOMX_FreeHandle");
111 pOMX_GetComponentsOfRole = (tpOMX_GetComponentsOfRole)dlsym(ipHandle, "TIOMX_GetComponentsOfRole");
112 pOMX_GetRolesOfComponent = (tpOMX_GetRolesOfComponent)dlsym(ipHandle, "TIOMX_GetRolesOfComponent");
113 pOMX_SetupTunnel = (tpOMX_SetupTunnel)dlsym(ipHandle, "TIOMX_SetupTunnel");
114 pOMXConfigParser = (tpOMXConfigParser)dlsym(ipHandle, "TIOMXConfigParserRedirect");
115 pOMX_GetContentPipe = NULL; // (tpOMX_GetContentPipe)dlsym(ipHandle, "OMX_GetContentPipe")
    [all...]
  /external/smali/deodexerant/
deodexerant.c 55 dvmGetInlineOpsTablePtr dvmGetInlineOpsTable = dlsym(libdvm, "dvmGetInlineOpsTable");
60 dvmGetInlineOpsTable = dlsym(libdvm, "_Z20dvmGetInlineOpsTablev");
69 dvmGetInlineOpsTableLengthPtr dvmGetInlineOpsTableLength = dlsym(libdvm, "dvmGetInlineOpsTableLength");
74 dvmGetInlineOpsTableLength = dlsym(libdvm, "_Z26dvmGetInlineOpsTableLengthv");
  /system/extras/f2fs_utils/
f2fs_dlutils.c 59 f2fs_format_device_dl = dlsym(f2fs_lib, "f2fs_format_device");
60 f2fs_init_configuration_dl = dlsym(f2fs_lib, "f2fs_init_configuration");
  /external/e2fsprogs/lib/ss/
get_readline.c 80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL)
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 42 api->drm_keep_alive = (drm_keep_alive_t) dlsym(api->handle, "drm_keep_alive");
44 ALOGE("%s: couldn't dlsym drm_keep_alive in %s : %s",
48 api->drm_start_playback = (drm_start_playback_t) dlsym(api->handle, "drm_start_playback");
50 ALOGE("%s: couldn't dlsym drm_start_playback in %s : %s",
54 api->drm_stop_playback = (drm_stop_playback_t) dlsym(api->handle, "drm_stop_playback");
56 ALOGE("%s: couldn't dlsym drm_stop_playback in %s : %s",
60 api->drm_pr_return_naluheaders = (drm_pr_return_naluheaders_t) dlsym(api->handle,
63 ALOGE("%s: couldn't dlsym drm_pr_return_naluheaders in %s : %s",
68 (drm_wv_return_naluheaders_t) dlsym(api->handle, "drm_wv_return_naluheaders");
70 ALOGE("%s: couldn't dlsym drm_wv_return_naluheaders in %s : %s"
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 28 void *dlsym();
29 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
30 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
  /bionic/libdl/
libdl.map.txt 26 dlsym;
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 30 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
35 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
coverage-direct-activation.cc 53 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
coverage-direct.cc 77 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
  /bionic/tests/
dlfcn_test.cpp 58 void* sym = dlsym(self, "DlSymTestFunction");
74 // check that we can't find '_test_dlsym_symbol' via dlsym(RTLD_DEFAULT)
75 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol");
81 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT"));
89 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT"));
97 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_NEXT"));
114 // check that we can't find '_test_dlsym_symbol' via dlsym(RTLD_DEFAULT)
115 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol");
121 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT"));
129 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT"))
    [all...]
  /development/ndk/platforms/android-3/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /external/compiler-rt/lib/interception/
interception_linux.cc 18 #include <dlfcn.h> // for dlsym() and dlvsym()
23 *func_addr = (uptr)dlsym(RTLD_NEXT, func_name);
  /external/iproute2/include/
dlfcn.h 23 static inline void *dlsym(void *handle, const char *sym) function
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main3.c 19 uintptr_t main_fn = (uintptr_t)dlsym(handle, "main.main");

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>