| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev.c | 191 dlsym(ark->d_handle, "dev_init"); in check_for_ext() 199 dlsym(ark->d_handle, "dev_uninit"); in check_for_ext() 205 dlsym(ark->d_handle, "dev_start"); in check_for_ext() 208 dlsym(ark->d_handle, "dev_stop"); in check_for_ext() 211 dlsym(ark->d_handle, "dev_close"); in check_for_ext() 214 dlsym(ark->d_handle, "link_update"); in check_for_ext() 224 dlsym(ark->d_handle, "stats_get"); in check_for_ext() 227 dlsym(ark->d_handle, "stats_reset"); in check_for_ext() 231 dlsym(ark->d_handle, "mac_addr_add"); in check_for_ext() 238 dlsym(ark->d_handle, "mac_addr_set"); in check_for_ext() [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_dlopen.h | 19 #define ngx_dlsym(handle, symbol) dlsym(handle, symbol)
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_encoder.c | 32 #define dlfunc(_p, _n) dlsym(_p, _n) 36 #define dlsym(_p, _n) NULL /* Fail */ macro
|
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.h | 91 g_mt_syscall_tab.real_##name = (func_##name)dlsym(RTLD_NEXT, #name);\
|
| /f-stack/freebsd/sys/ |
| H A D | link_aout.h | 175 void *(*dlsym)(void *, const char *); /* NONE */ member
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 188 var = dlsym(zpoolhdl, varname); in set_global_var()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 343 sym = dlsym(handle, "mlx5_glue"); in mlx5_glue_dlopen()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 102 real_##func = dlsym(RTLD_NEXT, #func); \
|
| H A D | module.c | 5151 onload = (int (*)(void *, void **, int))(unsigned long) dlsym(handle,"RedisModule_OnLoad"); in moduleLoad()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 134 real_##func = dlsym(RTLD_NEXT, #func); \
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 163 _sys_pthread_funcs.f_##name = dlsym(__libc_dl_handle, (#name)); \
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 76 lua_CFunction f = (lua_CFunction)dlsym(lib, sym); in ll_sym()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 332 /* dlsym() support */
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.c | 1708 p = dlsym(handle, "alias_mod"); in LibAliasLoadModule() 1725 m = dlsym(t->handle, "handlers"); in LibAliasLoadModule()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 815 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1511 dnl Check if we have dlsym support. 1514 AC_CHECK_FUNC([dlsym], [], 1515 [AC_CHECK_LIB([dl], [dlsym], [LIBS="$LIBS -ldl"], [have_dlsym="0"])]), 1715 AC_MSG_ERROR([Missing dlsym support: lazy-lock cannot be enabled.])
|
| H A D | configure | 10353 char dlsym (); 10357 return dlsym ();
|
| H A D | ChangeLog | 132 - Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 1262 sym = dlsym(handle, "mlx4_glue"); in mlx4_glue_init()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 1053 real_if_indextoname = dlsym(RTLD_NEXT, "if_indextoname"); in mlx5_sysfs_switch_info()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 264 ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, \"\")"
|