Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.h185 #if !defined(lt_dlsym)
186 # define lt_dlsym(handle,name) NTGetLibrarySymbol(handle,name) macro
Dnt-base.c1568 lt_dlsym(ghost_handle,"gsapi_delete_instance")); in NTGhostscriptLoadDLL()
1570 void *)) (lt_dlsym(ghost_handle,"gsapi_new_instance")); in NTGhostscriptLoadDLL()
1575 lt_dlsym(ghost_handle,"gsapi_exit"); in NTGhostscriptLoadDLL()
1577 char **)) (lt_dlsym(ghost_handle,"gsapi_init_with_args")); in NTGhostscriptLoadDLL()
1580 int,int *)) (lt_dlsym(ghost_handle,"gsapi_run_string")); in NTGhostscriptLoadDLL()
1584 (lt_dlsym(ghost_handle,"gsapi_set_stdio")); in NTGhostscriptLoadDLL()
1586 lt_dlsym(ghost_handle,"gsapi_revision")); in NTGhostscriptLoadDLL()
Dmodule.c1011 image_filter=(ImageFilterHandler *) lt_dlsym(handle,name); in InvokeDynamicImageFilter()
1301 module_info->register_module=(size_t (*)(void)) lt_dlsym(handle,name); in OpenModule()
1315 module_info->unregister_module=(void (*)(void)) lt_dlsym(handle,name); in OpenModule()