HomeSort by relevance Sort by last modified time
    Searched full:dl_restrict (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 92 #define dl_restrict __restrict macro
94 #define dl_restrict macro
109 static int SDL_OSX_dladdr(const void * dl_restrict, SDL_OSX_Dl_info * dl_restrict);
116 static void * SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol);
138 #ifndef dl_restrict
139 #define dl_restrict __restrict macro
1014 static void *SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol
    [all...]

Completed in 79 milliseconds