Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/ncurses/
H A Dmk-1st.awk156 links[nlinks++] = lib_name;
158 links[nlinks++] = lib_name;
182 symlink(lib_name, abi_name);
185 symlink(lib_name, abi_name);
190 symlink(abi_name, lib_name);
364 lib_name = lib_name_of(name);
446 end_name = lib_name;
463 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name
474 end_name = lib_name;
492 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name
[all …]
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c70 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-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp883 return lib_name; in __itt_get_lib_name()
898 return lib_name; in __itt_get_lib_name()
905 return lib_name; in __itt_get_lib_name()
914 return lib_name; in __itt_get_lib_name()
919 return lib_name; in __itt_get_lib_name()
926 return lib_name; in __itt_get_lib_name()
933 return lib_name; in __itt_get_lib_name()
947 return lib_name; in __itt_get_lib_name()
953 return lib_name; in __itt_get_lib_name()
968 return lib_name; in __itt_get_lib_name()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp963 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local
964 FileSpec file_spec(lib_name); in ParseDependentModules()