Home
last modified time | relevance | path

Searched refs:lt_dlsym (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dnt-base.h182 #if !defined(lt_dlsym)
183 # define lt_dlsym(handle,name) NTGetLibrarySymbol(handle,name) macro
Dnt-base.c1524 lt_dlsym(ghost_handle,"gsapi_delete_instance")); in NTGhostscriptLoadDLL()
1526 void *)) (lt_dlsym(ghost_handle,"gsapi_new_instance")); in NTGhostscriptLoadDLL()
1531 lt_dlsym(ghost_handle,"gsapi_exit"); in NTGhostscriptLoadDLL()
1533 char **)) (lt_dlsym(ghost_handle,"gsapi_init_with_args")); in NTGhostscriptLoadDLL()
1536 int,int *)) (lt_dlsym(ghost_handle,"gsapi_run_string")); in NTGhostscriptLoadDLL()
1540 (lt_dlsym(ghost_handle,"gsapi_set_stdio")); in NTGhostscriptLoadDLL()
1542 lt_dlsym(ghost_handle,"gsapi_revision")); in NTGhostscriptLoadDLL()
Dmodule.c1015 image_filter=(ImageFilterHandler *) lt_dlsym(handle,name); in InvokeDynamicImageFilter()
1294 module_info->register_module=(size_t (*)(void)) lt_dlsym(handle,name); in OpenModule()
1308 module_info->unregister_module=(void (*)(void)) lt_dlsym(handle,name); in OpenModule()