Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.h189 #if !defined(lt_dlsym)
190 # define lt_dlsym(handle,name) NTGetLibrarySymbol(handle,name) macro
Dnt-base.c1500 lt_dlsym(ghost_handle,"gsapi_delete_instance")); in NTGhostscriptLoadDLL()
1502 void *)) (lt_dlsym(ghost_handle,"gsapi_new_instance")); in NTGhostscriptLoadDLL()
1507 lt_dlsym(ghost_handle,"gsapi_exit"); in NTGhostscriptLoadDLL()
1509 char **)) (lt_dlsym(ghost_handle,"gsapi_init_with_args")); in NTGhostscriptLoadDLL()
1512 int,int *)) (lt_dlsym(ghost_handle,"gsapi_run_string")); in NTGhostscriptLoadDLL()
1516 (lt_dlsym(ghost_handle,"gsapi_set_stdio")); in NTGhostscriptLoadDLL()
1518 lt_dlsym(ghost_handle,"gsapi_revision")); in NTGhostscriptLoadDLL()
Dmodule.c1013 image_filter=(ImageFilterHandler *) lt_dlsym(handle,name); in InvokeDynamicImageFilter()
1302 module_info->register_module=(size_t (*)(void)) lt_dlsym(handle,name); in OpenModule()
1316 module_info->unregister_module=(void (*)(void)) lt_dlsym(handle,name); in OpenModule()