Home
last modified time | relevance | path

Searched refs:dlsym (Results 1 – 25 of 6922) sorted by relevance

12345678910>>...277

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/common/
H A Dvulkan_wrapper.cpp37 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties")); in InitVulkan()
41 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties")); in InitVulkan()
208 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties2")); in InitVulkan()
210 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties2")); in InitVulkan()
230 dlsym(libvulkan, "vkGetPhysicalDeviceExternalFenceProperties")); in InitVulkan()
255 dlsym(libvulkan, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")); in InitVulkan()
259 dlsym(libvulkan, "vkGetPhysicalDeviceSurfacePresentModesKHR")); in InitVulkan()
347 dlsym(libvulkan, "vkGetPhysicalDeviceDisplayProperties2KHR")); in InitVulkan()
380 dlsym(libvulkan, "vkGetDeviceMemoryOpaqueCaptureAddressKHR")); in InitVulkan()
475 dlsym(libvulkan, "vkCmdCopyAccelerationStructureToMemoryKHR")); in InitVulkan()
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/common/
H A Dvulkan_wrapper.cpp37 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties")); in InitVulkan()
41 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties")); in InitVulkan()
208 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties2")); in InitVulkan()
210 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties2")); in InitVulkan()
230 dlsym(libvulkan, "vkGetPhysicalDeviceExternalFenceProperties")); in InitVulkan()
255 dlsym(libvulkan, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")); in InitVulkan()
259 dlsym(libvulkan, "vkGetPhysicalDeviceSurfacePresentModesKHR")); in InitVulkan()
349 dlsym(libvulkan, "vkGetPhysicalDeviceDisplayProperties2KHR")); in InitVulkan()
387 dlsym(libvulkan, "vkGetDeviceMemoryOpaqueCaptureAddressKHR")); in InitVulkan()
445 dlsym(libvulkan, "vkCmdCopyAccelerationStructureToMemoryKHR")); in InitVulkan()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/common/
H A Dvulkan_wrapper.cpp37 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties")); in InitVulkan()
41 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties")); in InitVulkan()
78 dlsym(libvulkan, "vkGetPhysicalDeviceSparseImageFormatProperties")); in InitVulkan()
208 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties2")); in InitVulkan()
210 dlsym(libvulkan, "vkGetPhysicalDeviceQueueFamilyProperties2")); in InitVulkan()
228 dlsym(libvulkan, "vkGetPhysicalDeviceExternalBufferProperties")); in InitVulkan()
230 dlsym(libvulkan, "vkGetPhysicalDeviceExternalFenceProperties")); in InitVulkan()
239 dlsym(libvulkan, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")); in InitVulkan()
243 dlsym(libvulkan, "vkGetPhysicalDeviceSurfacePresentModesKHR")); in InitVulkan()
319 dlsym(libvulkan, "vkGetPhysicalDeviceSurfaceCapabilities2KHR")); in InitVulkan()
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dglfw-wrapper.c18 *(void **) (&glfwInit_impl) = dlsym(handle, "glfwInit"); in load_glfw()
21 *(void **) (&glfwRunMainLoop_impl) = dlsym(handle, "glfwRunMainLoop"); in load_glfw()
27 *(void **) (&glfwAddTimer_impl) = dlsym(handle, "glfwAddTimer"); in load_glfw()
30 *(void **) (&glfwUpdateTimer_impl) = dlsym(handle, "glfwUpdateTimer"); in load_glfw()
39 *(void **) (&glfwTerminate_impl) = dlsym(handle, "glfwTerminate"); in load_glfw()
42 *(void **) (&glfwInitHint_impl) = dlsym(handle, "glfwInitHint"); in load_glfw()
45 *(void **) (&glfwGetVersion_impl) = dlsym(handle, "glfwGetVersion"); in load_glfw()
51 *(void **) (&glfwGetError_impl) = dlsym(handle, "glfwGetError"); in load_glfw()
93 *(void **) (&glfwSetGamma_impl) = dlsym(handle, "glfwSetGamma"); in load_glfw()
264 *(void **) (&glfwGetKey_impl) = dlsym(handle, "glfwGetKey"); in load_glfw()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/winradio/linradio/
H A Dwrg313api.c71 SetPower = (SET_POWER)dlsym(hWRAPI, "SetPower"); in InitAPI()
72 GetPower = (GET_POWER)dlsym(hWRAPI, "GetPower"); in InitAPI()
77 GetRSSI = (GET_RSSI)dlsym(hWRAPI, "GetRSSI"); in InitAPI()
78 GetAGC = (GET_AGC)dlsym(hWRAPI, "GetAGC"); in InitAPI()
79 SetAGC = (SET_AGC)dlsym(hWRAPI, "SetAGC"); in InitAPI()
80 SetIFGain = (SET_IF_GAIN)dlsym(hWRAPI, "SetIFGain"); in InitAPI()
81 GetIFGain = (GET_IF_GAIN)dlsym(hWRAPI, "GetIFGain"); in InitAPI()
88 GetVolume = (GET_VOLUME)dlsym(hWRAPI, "GetVolume"); in InitAPI()
89 SetVolume = (SET_VOLUME)dlsym(hWRAPI, "SetVolume"); in InitAPI()
90 SetMode = (SET_MODE)dlsym(hWRAPI, "SetMode"); in InitAPI()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/
H A DnativeFunc.c92 dlsym(lib, UCRYPTO_VERSION); in loadNative()
94 dlsym(lib, UCRYPTO_GET_MECHLIST); in loadNative()
96 dlsym(lib, UCRYPTO_SIGN_INIT); in loadNative()
98 dlsym(lib, UCRYPTO_SIGN_UPDATE); in loadNative()
100 dlsym(lib, UCRYPTO_SIGN_FINAL); in loadNative()
102 dlsym(lib, UCRYPTO_VERIFY_INIT); in loadNative()
106 dlsym(lib, UCRYPTO_VERIFY_FINAL); in loadNative()
110 dlsym(lib, UCRYPTO_DIGEST_INIT); in loadNative()
120 dlsym(lib, UCRYPTO_STRERROR); in loadNative()
131 dlsym(lib, UCRYPTO_ENCRYPT); in loadNative()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/
H A DnativeFunc.c92 dlsym(lib, UCRYPTO_VERSION); in loadNative()
94 dlsym(lib, UCRYPTO_GET_MECHLIST); in loadNative()
96 dlsym(lib, UCRYPTO_SIGN_INIT); in loadNative()
98 dlsym(lib, UCRYPTO_SIGN_UPDATE); in loadNative()
100 dlsym(lib, UCRYPTO_SIGN_FINAL); in loadNative()
102 dlsym(lib, UCRYPTO_VERIFY_INIT); in loadNative()
106 dlsym(lib, UCRYPTO_VERIFY_FINAL); in loadNative()
110 dlsym(lib, UCRYPTO_DIGEST_INIT); in loadNative()
120 dlsym(lib, UCRYPTO_STRERROR); in loadNative()
131 dlsym(lib, UCRYPTO_ENCRYPT); in loadNative()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/
H A DnativeFunc.c92 dlsym(lib, UCRYPTO_VERSION); in loadNative()
94 dlsym(lib, UCRYPTO_GET_MECHLIST); in loadNative()
96 dlsym(lib, UCRYPTO_SIGN_INIT); in loadNative()
98 dlsym(lib, UCRYPTO_SIGN_UPDATE); in loadNative()
100 dlsym(lib, UCRYPTO_SIGN_FINAL); in loadNative()
102 dlsym(lib, UCRYPTO_VERIFY_INIT); in loadNative()
106 dlsym(lib, UCRYPTO_VERIFY_FINAL); in loadNative()
110 dlsym(lib, UCRYPTO_DIGEST_INIT); in loadNative()
120 dlsym(lib, UCRYPTO_STRERROR); in loadNative()
131 dlsym(lib, UCRYPTO_ENCRYPT); in loadNative()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/
H A DnativeFunc.c92 dlsym(lib, UCRYPTO_VERSION); in loadNative()
94 dlsym(lib, UCRYPTO_GET_MECHLIST); in loadNative()
96 dlsym(lib, UCRYPTO_SIGN_INIT); in loadNative()
98 dlsym(lib, UCRYPTO_SIGN_UPDATE); in loadNative()
100 dlsym(lib, UCRYPTO_SIGN_FINAL); in loadNative()
102 dlsym(lib, UCRYPTO_VERIFY_INIT); in loadNative()
106 dlsym(lib, UCRYPTO_VERIFY_FINAL); in loadNative()
110 dlsym(lib, UCRYPTO_DIGEST_INIT); in loadNative()
120 dlsym(lib, UCRYPTO_STRERROR); in loadNative()
131 dlsym(lib, UCRYPTO_ENCRYPT); in loadNative()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto/
H A DnativeFunc.c92 dlsym(lib, UCRYPTO_VERSION); in loadNative()
94 dlsym(lib, UCRYPTO_GET_MECHLIST); in loadNative()
96 dlsym(lib, UCRYPTO_SIGN_INIT); in loadNative()
98 dlsym(lib, UCRYPTO_SIGN_UPDATE); in loadNative()
100 dlsym(lib, UCRYPTO_SIGN_FINAL); in loadNative()
102 dlsym(lib, UCRYPTO_VERIFY_INIT); in loadNative()
106 dlsym(lib, UCRYPTO_VERIFY_FINAL); in loadNative()
110 dlsym(lib, UCRYPTO_DIGEST_INIT); in loadNative()
120 dlsym(lib, UCRYPTO_STRERROR); in loadNative()
131 dlsym(lib, UCRYPTO_ENCRYPT); in loadNative()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dload_avahi.c51 avahi_simple_poll_quit_ptr = dlsym(avahi_handle, "avahi_simple_poll_quit"); in loadavahi()
52 avahi_address_snprint_ptr = dlsym(avahi_handle, "avahi_address_snprint"); in loadavahi()
54 avahi_client_errno_ptr = dlsym(avahi_handle, "avahi_client_errno"); in loadavahi()
55 avahi_strerror_ptr = dlsym(avahi_handle, "avahi_strerror"); in loadavahi()
59 avahi_simple_poll_new_ptr = dlsym(avahi_handle, "avahi_simple_poll_new"); in loadavahi()
60 avahi_simple_poll_get_ptr = dlsym(avahi_handle, "avahi_simple_poll_get"); in loadavahi()
61 avahi_client_new_ptr = dlsym(avahi_handle, "avahi_client_new"); in loadavahi()
62 avahi_simple_poll_loop_ptr = dlsym(avahi_handle, "avahi_simple_poll_loop"); in loadavahi()
64 avahi_client_free_ptr = dlsym(avahi_handle, "avahi_client_free"); in loadavahi()
65 avahi_simple_poll_free_ptr = dlsym(avahi_handle, "avahi_simple_poll_free"); in loadavahi()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c150 dlsym(gssLib, IMPORT_SEC_CONTEXT); in loadNative()
157 dlsym(gssLib, INIT_SEC_CONTEXT); in loadNative()
164 dlsym(gssLib, ACCEPT_SEC_CONTEXT); in loadNative()
171 dlsym(gssLib, INQUIRE_CONTEXT); in loadNative()
178 dlsym(gssLib, DELETE_SEC_CONTEXT); in loadNative()
191 dlsym(gssLib, WRAP_SIZE_LIMIT); in loadNative()
216 ftab->wrap = (WRAP_FN_PTR)dlsym(gssLib, WRAP); in loadNative()
222 ftab->unwrap = (UNWRAP_FN_PTR)dlsym(gssLib, UNWRAP); in loadNative()
249 dlsym(gssLib, DISPLAY_STATUS); in loadNative()
263 dlsym(gssLib, RELEASE_OID_SET); in loadNative()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c150 dlsym(gssLib, IMPORT_SEC_CONTEXT); in loadNative()
157 dlsym(gssLib, INIT_SEC_CONTEXT); in loadNative()
164 dlsym(gssLib, ACCEPT_SEC_CONTEXT); in loadNative()
171 dlsym(gssLib, INQUIRE_CONTEXT); in loadNative()
178 dlsym(gssLib, DELETE_SEC_CONTEXT); in loadNative()
191 dlsym(gssLib, WRAP_SIZE_LIMIT); in loadNative()
216 ftab->wrap = (WRAP_FN_PTR)dlsym(gssLib, WRAP); in loadNative()
222 ftab->unwrap = (UNWRAP_FN_PTR)dlsym(gssLib, UNWRAP); in loadNative()
249 dlsym(gssLib, DISPLAY_STATUS); in loadNative()
263 dlsym(gssLib, RELEASE_OID_SET); in loadNative()
[all …]
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dgcin-module-cb.cpp35 #define dlsym GetProcAddress in init_GCIN_module_callback_functions()
39 *(void **) (&st.module_init_win) = dlsym(handle, "module_init_win"); in init_GCIN_module_callback_functions()
43 *(void **) (&st.module_get_win_geom) = dlsym(handle, "module_get_win_geom"); in init_GCIN_module_callback_functions()
44 *(void **) (&st.module_reset) = dlsym(handle, "module_reset"); in init_GCIN_module_callback_functions()
45 *(void **) (&st.module_get_preedit) = dlsym(handle, "module_get_preedit"); in init_GCIN_module_callback_functions()
46 *(void **) (&st.module_feedkey) = dlsym(handle, "module_feedkey"); in init_GCIN_module_callback_functions()
48 *(void **) (&st.module_move_win) = dlsym(handle, "module_move_win"); in init_GCIN_module_callback_functions()
50 *(void **) (&st.module_show_win) = dlsym(handle, "module_show_win"); in init_GCIN_module_callback_functions()
51 *(void **) (&st.module_hide_win) = dlsym(handle, "module_hide_win"); in init_GCIN_module_callback_functions()
52 *(void **) (&st.module_win_visible) = dlsym(handle, "module_win_visible"); in init_GCIN_module_callback_functions()
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dgcin-module-cb.cpp35 #define dlsym GetProcAddress in init_GCIN_module_callback_functions()
39 *(void **) (&st.module_init_win) = dlsym(handle, "module_init_win"); in init_GCIN_module_callback_functions()
43 *(void **) (&st.module_get_win_geom) = dlsym(handle, "module_get_win_geom"); in init_GCIN_module_callback_functions()
44 *(void **) (&st.module_reset) = dlsym(handle, "module_reset"); in init_GCIN_module_callback_functions()
45 *(void **) (&st.module_get_preedit) = dlsym(handle, "module_get_preedit"); in init_GCIN_module_callback_functions()
46 *(void **) (&st.module_feedkey) = dlsym(handle, "module_feedkey"); in init_GCIN_module_callback_functions()
48 *(void **) (&st.module_move_win) = dlsym(handle, "module_move_win"); in init_GCIN_module_callback_functions()
50 *(void **) (&st.module_show_win) = dlsym(handle, "module_show_win"); in init_GCIN_module_callback_functions()
51 *(void **) (&st.module_hide_win) = dlsym(handle, "module_hide_win"); in init_GCIN_module_callback_functions()
52 *(void **) (&st.module_win_visible) = dlsym(handle, "module_win_visible"); in init_GCIN_module_callback_functions()
[all …]
/dports/chinese/gcin/gcin-2.9.0/
H A Dgcin-module-cb.cpp35 #define dlsym GetProcAddress in init_GCIN_module_callback_functions()
39 *(void **) (&st.module_init_win) = dlsym(handle, "module_init_win"); in init_GCIN_module_callback_functions()
43 *(void **) (&st.module_get_win_geom) = dlsym(handle, "module_get_win_geom"); in init_GCIN_module_callback_functions()
44 *(void **) (&st.module_reset) = dlsym(handle, "module_reset"); in init_GCIN_module_callback_functions()
45 *(void **) (&st.module_get_preedit) = dlsym(handle, "module_get_preedit"); in init_GCIN_module_callback_functions()
46 *(void **) (&st.module_feedkey) = dlsym(handle, "module_feedkey"); in init_GCIN_module_callback_functions()
48 *(void **) (&st.module_move_win) = dlsym(handle, "module_move_win"); in init_GCIN_module_callback_functions()
50 *(void **) (&st.module_show_win) = dlsym(handle, "module_show_win"); in init_GCIN_module_callback_functions()
51 *(void **) (&st.module_hide_win) = dlsym(handle, "module_hide_win"); in init_GCIN_module_callback_functions()
52 *(void **) (&st.module_win_visible) = dlsym(handle, "module_win_visible"); in init_GCIN_module_callback_functions()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DGdimage.sml31 app2 (dlsym dlh "mgd_image")
34 app1 (dlsym dlh "mgd_frompng")
37 app2 (dlsym dlh "mgd_topng")
40 app1 (dlsym dlh "mgd_tostdoutpng")
43 app2 (dlsym dlh "mgd_color")
67 app2 (dlsym dlh "mgd_settransparentcolor")
70 app1 (dlsym dlh "mgd_gettransparentcolor")
82 app2 (dlsym dlh "mgd_setstyle");
100 app2 (dlsym dlh "mgd_setbrush") im brush;
167 app2 (dlsym dlh "mgd_rgb") im co
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/cp/shared/
H A Dcplib_utils.cpp72 m_symbols[FUNC_INIT_CPLIB] = dlsym(m_phandle, FUNC_INIT_CPLIB); in LoadCPLib()
73 m_symbols[FUNC_RELEASE_CPLIB] = dlsym(m_phandle, FUNC_RELEASE_CPLIB); in LoadCPLib()
74 m_symbols[FUNC_CREATE_DDICP] = dlsym(m_phandle, FUNC_CREATE_DDICP); in LoadCPLib()
75 m_symbols[FUNC_DELETE_DDICP] = dlsym(m_phandle, FUNC_DELETE_DDICP); in LoadCPLib()
76 m_symbols[FUNC_CREATE_MHWCP] = dlsym(m_phandle, FUNC_CREATE_MHWCP); in LoadCPLib()
77 m_symbols[FUNC_DELETE_MHWCP] = dlsym(m_phandle, FUNC_DELETE_MHWCP); in LoadCPLib()
78 m_symbols[FUNC_CREATE_MOSCP] = dlsym(m_phandle, FUNC_CREATE_MOSCP); in LoadCPLib()
79 m_symbols[FUNC_DELETE_MOSCP] = dlsym(m_phandle, FUNC_DELETE_MOSCP); in LoadCPLib()
84 m_symbols[FUNC_CREATE_DECODECP] = dlsym(m_phandle, FUNC_CREATE_DECODECP); in LoadCPLib()
85 m_symbols[FUNC_DELETE_DECODECP] = dlsym(m_phandle, FUNC_DELETE_DECODECP); in LoadCPLib()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/linux/
H A Dpthread.inc294 Pointer(pthread_self) := dlsym(PthreadDLL,'pthread_self');
296 Pointer(pthread_exit) := dlsym(PthreadDLL,'pthread_exit');
297 Pointer(pthread_join) := dlsym(PthreadDLL,'pthread_join');
352 Pointer(pthread_kill) := dlsym(PthreadDLL,'pthread_kill');
358 Pointer(sem_init ) := dlsym(PthreadDLL,'sem_init');
359 Pointer(sem_destroy ) := dlsym(PthreadDLL,'sem_destroy');
360 Pointer(sem_close ) := dlsym(PthreadDLL,'sem_close');
361 Pointer(sem_unlink ) := dlsym(PthreadDLL,'sem_unlink');
362 Pointer(sem_wait ) := dlsym(PthreadDLL,'sem_wait');
364 Pointer(sem_trywait ) := dlsym(PthreadDLL,'sem_trywait');
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/linux/
H A Dpthread.inc294 Pointer(pthread_self) := dlsym(PthreadDLL,'pthread_self');
296 Pointer(pthread_exit) := dlsym(PthreadDLL,'pthread_exit');
297 Pointer(pthread_join) := dlsym(PthreadDLL,'pthread_join');
352 Pointer(pthread_kill) := dlsym(PthreadDLL,'pthread_kill');
358 Pointer(sem_init ) := dlsym(PthreadDLL,'sem_init');
359 Pointer(sem_destroy ) := dlsym(PthreadDLL,'sem_destroy');
360 Pointer(sem_close ) := dlsym(PthreadDLL,'sem_close');
361 Pointer(sem_unlink ) := dlsym(PthreadDLL,'sem_unlink');
362 Pointer(sem_wait ) := dlsym(PthreadDLL,'sem_wait');
364 Pointer(sem_trywait ) := dlsym(PthreadDLL,'sem_trywait');
[all …]

12345678910>>...277