Searched refs:lib_name (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | mk-1st.awk | 161 links[nlinks++] = lib_name; 163 links[nlinks++] = lib_name; 187 symlink(lib_name, abi_name); 190 symlink(lib_name, abi_name); 195 symlink(abi_name, lib_name); 197 symlink(abi_name, lib_name); 390 lib_name = lib_name_of(name); 477 end_name = lib_name; 479 printf "../lib/%s : \\\n", lib_name 495 printf "\t\t-o %s $(%s_OBJS:$o=.lo) \\\n", lib_name, OBJS; [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_event_plugin.c | 70 char lib_name[OSM_PATH_MAX]; in osm_epi_construct() local 78 snprintf(lib_name, sizeof(lib_name), "lib%s.so", plugin_name); in osm_epi_construct() 84 rc->handle = dlopen(lib_name, RTLD_LAZY); in osm_epi_construct() 88 lib_name, dlerror()); in osm_epi_construct() 98 OSM_EVENT_PLUGIN_IMPL_NAME, lib_name, dlerror()); in osm_epi_construct()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 1085 const char *lib_name = __itt_get_env_var(ITT_TO_STR(LIB_VAR_NAME)); in __itt_get_lib_name() local 1088 if (lib_name == NULL) { in __itt_get_lib_name() 1104 return lib_name; in __itt_get_lib_name() 1119 return lib_name; in __itt_get_lib_name() 1126 return lib_name; in __itt_get_lib_name() 1135 return lib_name; in __itt_get_lib_name() 1140 return lib_name; in __itt_get_lib_name() 1147 return lib_name; in __itt_get_lib_name() 1154 return lib_name; in __itt_get_lib_name() 1168 return lib_name; in __itt_get_lib_name() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1022 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local 1023 FileSpec file_spec(lib_name); in ParseDependentModules()
|