Searched refs:lib_name (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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); 390 lib_name = lib_name_of(name); 477 end_name = lib_name; 517 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name 528 end_name = lib_name; 546 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.cpp | 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() 1174 return lib_name; in __itt_get_lib_name() 1189 return lib_name; in __itt_get_lib_name() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1008 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local 1009 FileSpec file_spec(lib_name); in ParseDependentModules()
|