Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_dlsym_test.cpp39 void* handle = dlopen("libdlsym_get_answer.so", RTLD_NOW); variable
56 void* handle = dlopen("libempty.so", RTLD_NOW); variable
71 void* handle = dlopen("libempty.so", RTLD_NOW); variable
86 void* handle = dlopen("libldso_dlsym_dependent.so", RTLD_NOW); variable
104 void* handle = dlopen("libdlsym_get_symbol.so", RTLD_NOW | RTLD_LOCAL); variable
126 void* handle = dlopen("libempty.so", RTLD_NOW); variable
192 void* handle = dlopen("libdlsym_weak_func_undefined.so", RTLD_NOW); variable
208 void* handle = dlopen("libdlsym_weak_func.so", RTLD_NOW); variable
225 void* handle = dlopen("libdlsym_lib_use_rtld_next.so", RTLD_NOW); variable
245 void* handle = dlopen("libdlsym_symbol_impl_v1.so", RTLD_NOW); variable
[all …]
Dldso_dlopen_test.cpp33 void* handle = dlopen("libdlopen_relocation.so", RTLD_NOW); variable
55 void* handle = dlopen("libdlopen_order_02.so", RTLD_NOW | RTLD_GLOBAL); variable
82 void* handle = dlopen("libdlopen_order_003.so", RTLD_NOW | RTLD_LOCAL); variable
105 void* handle = dlopen("libdlopen_005.so", RTLD_NOW | RTLD_LOCAL); variable
127 void* handle = dlopen("libdlopen_test_dependency.so", RTLD_NOW); variable
149 void* handle = dlopen("libdlopen_common.so", RTLD_NOLOAD); variable
170 void* handle = dlopen("libdlopen_order_003.so", RTLD_NOLOAD); variable
193 void* handle = dlopen("libdlopen_relocation.so", RTLD_NOW); variable
215 void* handle = dlopen("libdlopen_relocation.so", RTLD_NOW | RTLD_GLOBAL); variable
237 void* handle = dlopen("libdlopen_load_so.so", RTLD_NOW); variable
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp57 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
69 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
81 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
375 void Destruct(ShHandle handle) in Destruct()
386 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
400 bool Compile(const ShHandle handle, in Compile()
411 void ClearResults(const ShHandle handle) in ClearResults()
418 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
425 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
435 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
[all …]
/third_party/node/deps/uv/src/win/
Dhandle-inl.h32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument
42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument
51 #define DECREASE_PENDING_REQ_COUNT(handle) \ argument
63 #define uv__handle_closing(handle) \ argument
76 #define uv__handle_close(handle) \ argument
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
99 uv_handle_t* handle; in uv__process_endgames() local
173 HANDLE handle; in uv__get_osfhandle() local
Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername()
51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname()
63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, in uv__udp_set_socket()
129 uv_udp_t* handle, in uv__udp_init_ex()
170 void uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_close()
183 void uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_endgame()
192 int uv_udp_using_recvmmsg(const uv_udp_t* handle) { in uv_udp_using_recvmmsg()
197 static int uv__udp_maybe_bind(uv_udp_t* handle, in uv__udp_maybe_bind()
267 static void uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_queue_recv()
361 int uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, in uv__udp_recv_start()
[all …]
/third_party/libuv/src/win/
Dhandle-inl.h32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument
42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument
51 #define DECREASE_PENDING_REQ_COUNT(handle) \ argument
63 #define uv__handle_closing(handle) \ argument
76 #define uv__handle_close(handle) \ argument
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
99 uv_handle_t* handle; in uv__process_endgames() local
173 HANDLE handle; in uv__get_osfhandle() local
Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername()
51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname()
63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, in uv__udp_set_socket()
129 uv_udp_t* handle, in uv__udp_init_ex()
170 void uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_close()
183 void uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_endgame()
192 int uv_udp_using_recvmmsg(const uv_udp_t* handle) { in uv_udp_using_recvmmsg()
197 static int uv__udp_maybe_bind(uv_udp_t* handle, in uv__udp_maybe_bind()
267 static void uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_queue_recv()
361 int uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, in uv__udp_recv_start()
[all …]
/third_party/libuv/test/
Dtest-timer.c39 static void once_close_cb(uv_handle_t* handle) { in once_close_cb()
49 static void once_cb(uv_timer_t* handle) { in once_cb()
63 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb()
72 static void twice_cb(uv_timer_t* handle) { in twice_cb()
85 static void repeat_close_cb(uv_handle_t* handle) { in repeat_close_cb()
94 static void repeat_cb(uv_timer_t* handle) { in repeat_cb()
108 static void never_cb(uv_timer_t* handle) { in never_cb()
183 uv_timer_t handle; in TEST_IMPL() local
195 static void order_cb_a(uv_timer_t *handle) { in order_cb_a()
200 static void order_cb_b(uv_timer_t *handle) { in order_cb_b()
[all …]
Dtest-loop-handles.c110 static void timer_cb(uv_timer_t* handle) { in timer_cb()
115 static void idle_2_close_cb(uv_handle_t* handle) { in idle_2_close_cb()
128 static void idle_2_cb(uv_idle_t* handle) { in idle_2_cb()
140 static void idle_1_cb(uv_idle_t* handle) { in idle_1_cb()
169 static void idle_1_close_cb(uv_handle_t* handle) { in idle_1_close_cb()
179 static void prepare_1_close_cb(uv_handle_t* handle) { in prepare_1_close_cb()
188 static void check_close_cb(uv_handle_t* handle) { in check_close_cb()
197 static void prepare_2_close_cb(uv_handle_t* handle) { in prepare_2_close_cb()
206 static void check_cb(uv_check_t* handle) { in check_cb()
242 static void prepare_2_cb(uv_prepare_t* handle) { in prepare_2_cb()
[all …]
/third_party/libuv/src/
Dtimer.c58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init()
67 int uv_timer_start(uv_timer_t* handle, in uv_timer_start()
98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop()
111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again()
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) { in uv_timer_get_repeat()
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in()
144 const uv_timer_t* handle; in uv__next_timeout() local
165 uv_timer_t* handle; in uv__run_timers() local
183 void uv__timer_close(uv_timer_t* handle) { in uv__timer_close()
/third_party/node/deps/uv/src/
Dtimer.c58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init()
67 int uv_timer_start(uv_timer_t* handle, in uv_timer_start()
98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop()
111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again()
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) { in uv_timer_get_repeat()
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in()
144 const uv_timer_t* handle; in uv__next_timeout() local
165 uv_timer_t* handle; in uv__run_timers() local
183 void uv__timer_close(uv_timer_t* handle) { in uv__timer_close()
/third_party/alsa-lib/src/control/
Dcontrol_hw.c58 static int snd_ctl_hw_close(snd_ctl_t *handle) in snd_ctl_hw_close()
67 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock) in snd_ctl_hw_nonblock()
118 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe) in snd_ctl_hw_subscribe_events()
128 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) in snd_ctl_hw_card_info()
138 static int snd_ctl_hw_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list) in snd_ctl_hw_elem_list()
146 static int snd_ctl_hw_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_info()
154 static int snd_ctl_hw_elem_add(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_add()
167 static int snd_ctl_hw_elem_replace(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_replace()
180 static int snd_ctl_hw_elem_remove(snd_ctl_t *handle, snd_ctl_elem_id_t *id) in snd_ctl_hw_elem_remove()
188 static int snd_ctl_hw_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_read()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkhandle.c53 gst_vulkan_handle_free (GstVulkanHandle * handle) in gst_vulkan_handle_free()
66 gst_vulkan_handle_init (GstVulkanHandle * handle, GstVulkanDevice * device, in gst_vulkan_handle_init()
96 GstVulkanHandleType type, GstVulkanHandleTypedef handle, in gst_vulkan_handle_new_wrapped()
119 gst_vulkan_handle_free_descriptor_set_layout (GstVulkanHandle * handle, in gst_vulkan_handle_free_descriptor_set_layout()
141 gst_vulkan_handle_free_pipeline (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_pipeline()
160 gst_vulkan_handle_free_pipeline_layout (GstVulkanHandle * handle, in gst_vulkan_handle_free_pipeline_layout()
181 gst_vulkan_handle_free_render_pass (GstVulkanHandle * handle, in gst_vulkan_handle_free_render_pass()
202 gst_vulkan_handle_free_sampler (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_sampler()
221 gst_vulkan_handle_free_framebuffer (GstVulkanHandle * handle, in gst_vulkan_handle_free_framebuffer()
242 gst_vulkan_handle_free_shader (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_shader()
/third_party/glfw/src/
Dwindow.c376 GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) in glfwDestroyWindow()
409 GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) in glfwWindowShouldClose()
418 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) in glfwSetWindowShouldClose()
427 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle()
438 GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, in glfwSetWindowIcon()
450 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos()
464 GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) in glfwSetWindowPos()
477 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
491 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
504 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits()
[all …]
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_separated.c35 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0100() local
51 void* handle = dlopen_ns(&dlns, dllName2, RTLD_LAZY); in separated_0200() local
67 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0300() local
84 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in separated_0400() local
99 void* handle = dlopen_ns(&dlns, dllNamePath2, RTLD_LAZY); in separated_0500() local
117 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0600() local
135 void* handle = dlopen_ns(&dlns, errPath_ns, RTLD_LAZY); in separated_0700() local
157 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0800() local
180 void* handle = dlopen_ns(&dlns, dllName_sep_009, RTLD_LAZY); in separated_0900() local
202 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_1000() local
[all …]
/third_party/node/deps/uv/src/unix/
Dudp.c88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close()
99 void uv__udp_finish_close(uv_udp_t* handle) { in uv__udp_finish_close()
127 static void uv__udp_run_completed(uv_udp_t* handle) { in uv__udp_run_completed()
172 uv_udp_t* handle; in uv__udp_io() local
187 static int uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) { in uv__udp_recvmmsg()
246 static void uv__udp_recvmsg(uv_udp_t* handle) { in uv__udp_recvmsg()
315 static void uv__udp_sendmmsg(uv_udp_t* handle) { in uv__udp_sendmmsg()
408 static void uv__udp_sendmsg(uv_udp_t* handle) { in uv__udp_sendmsg()
532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind()
599 static int uv__udp_maybe_deferred_bind(uv_udp_t* handle, in uv__udp_maybe_deferred_bind()
[all …]
Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init()
43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind()
96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
122 void uv__pipe_close(uv_pipe_t* handle) { in uv__pipe_close()
139 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open()
176 uv_pipe_t* handle, in uv_pipe_connect()
242 static int uv__pipe_getsockpeername(const uv_pipe_t* handle, in uv__pipe_getsockpeername()
286 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname()
291 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
296 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances()
[all …]
Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
97 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
103 static void uv__poll_stop(uv_poll_t* handle) { in uv__poll_stop()
112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
158 void uv__poll_close(uv_poll_t* handle) { in uv__poll_close()
/third_party/libuv/src/unix/
Dudp.c88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close()
99 void uv__udp_finish_close(uv_udp_t* handle) { in uv__udp_finish_close()
127 static void uv__udp_run_completed(uv_udp_t* handle) { in uv__udp_run_completed()
172 uv_udp_t* handle; in uv__udp_io() local
187 static int uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) { in uv__udp_recvmmsg()
246 static void uv__udp_recvmsg(uv_udp_t* handle) { in uv__udp_recvmsg()
315 static void uv__udp_sendmmsg(uv_udp_t* handle) { in uv__udp_sendmmsg()
408 static void uv__udp_sendmsg(uv_udp_t* handle) { in uv__udp_sendmsg()
532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind()
599 static int uv__udp_maybe_deferred_bind(uv_udp_t* handle, in uv__udp_maybe_deferred_bind()
[all …]
Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init()
43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind()
96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
122 void uv__pipe_close(uv_pipe_t* handle) { in uv__pipe_close()
139 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open()
176 uv_pipe_t* handle, in uv_pipe_connect()
242 static int uv__pipe_getsockpeername(const uv_pipe_t* handle, in uv__pipe_getsockpeername()
286 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname()
291 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
296 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances()
[all …]
Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
97 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
103 static void uv__poll_stop(uv_poll_t* handle) { in uv__poll_stop()
112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
158 void uv__poll_close(uv_poll_t* handle) { in uv__poll_close()
/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c62 static void clear_handle(void *handle) in clear_handle()
77 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file() local
97 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file_ext() local
113 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, NULL); in dlopen_ext_relro_0100() local
129 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0200() local
145 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0300() local
170 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0400() local
187 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0500() local
213 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0600() local
240 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0700() local
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h72 ANGLE_INLINE bool isHandleGenerated(IDType handle) const in isHandleGenerated()
90 IDType handle, in checkObjectAllocation()
114 IDType handle, in checkObjectAllocationImpl()
135 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
162 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram()
193 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture()
202 TextureID handle, in checkTextureAllocation()
226 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
245 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation()
282 FramebufferID handle, in checkFramebufferAllocation()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusb_handle.c80 struct usb_handle *handle = NULL; in handle_find_by_name() local
105 struct usb_handle *handle = NULL; in handle_find_by_fd() local
130 struct usb_handle *handle = NULL; in register_handle() local
161 struct usb_handle *handle = NULL; in unregister_handle() local
180 struct usb_handle *handle = NULL; in handle_open() local
210 struct usb_handle *handle = NULL; in handle_close() local
235 struct usb_handle *handle = NULL; in handle_read() local
254 struct usb_handle *handle = NULL; in handle_write() local
273 struct usb_handle *handle = NULL; in handle_ioctl() local
292 struct usb_handle *handle = NULL; in handle_mmap() local
[all …]
/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0100() local
61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0200() local
93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0100() local
126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0200() local
159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0300() local
191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0400() local
223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0100() local
256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0200() local
289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0300() local
321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0400() local

12345678910>>...53