Searched refs:soname (Results 1 – 2 of 2) sorted by relevance
54 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so".55 rspfile = soname + ".rsp"58 "$cxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"61 description = "SOLINK $soname"69 soname,71 link_output = soname72 depend_output = soname
157 for (const auto& soname : sonames) { in Initialize() local158 dlopen(soname.c_str(), RTLD_NOW | RTLD_NODELETE); in Initialize()