Searched refs:handle (Results 1 - 25 of 377) sorted by relevance

1234567891011>>

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_loadso.h57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_loadso.h57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_loadso.h57 * to the object handle (or NULL if there was an error).
63 * Given an object handle, this function looks up the address of the
67 extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name);
70 extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
/prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/
H A Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);

Completed in 589 milliseconds

1234567891011>>