Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/
H A Dgen_version_script.gni15 foreach(lib_name, invoker.lib_names) {
17 "$crt_current_out_dir/libclang_rt.$lib_name$crt_current_target_suffix.a",
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-ld.c145 locate_lib (lib_name, path_val) in locate_lib() argument
146 char *lib_name; in locate_lib()
149 int lib_len = strlen (lib_name);
167 strcat (buf, lib_name);
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-ld.c146 locate_lib (char *lib_name, char *path_val) in locate_lib() argument
148 int lib_len = strlen (lib_name); in locate_lib()
166 strcat (buf, lib_name); in locate_lib()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1519 def buildLibrary(self, sources, lib_name): argument
1527 'DYLIB_NAME': lib_name,
1535 'DYLIB_NAME': lib_name,
1544 'DYLIB_NAME': lib_name,
1553 (lib_name, sources))
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp986 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local
987 FileSpec file_spec(lib_name); in ParseDependentModules()