Home
last modified time | relevance | path

Searched refs:soname (Results 1 - 25 of 45) sorted by relevance

12

/third_party/musl/scripts/
H A Dprint_so_deps.py59 soname = m.group(1)
60 return soname
97 for soname, deps in self.soname_deps.items():
101 f.write(dot_format.format(soname, so, index))
114 for soname, deps in self.soname_deps.items():
115 f.write("{}:{}\n".format(soname, ",".join(deps)))
120 for soname, deps in self.soname_deps.items():
121 f.write("{},{}\n".format(soname, ",".join(deps)))
129 if "Library soname" in line:
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-symbols.py25 for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-icu', 'harfbuzz-gobject']:
27 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
51 def_path = os.path.join (builddir, soname + '.def')
H A Dcheck-libstdc++.py22 for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-gobject']:
24 so = os.path.join (libs, 'lib%s.%s' % (soname, suffix))
/third_party/python/Lib/ctypes/
H A D_aix.py322 soname = f"lib{name}.so"
327 shlib = path.join(dir, soname)
329 return soname
/third_party/mbedtls/library/
H A DMakefile262 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_TLS) -L. -lmbedx509 -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS)
276 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS)
291 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_X509) -L. -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS)
305 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS)
320 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_CRYPTO) $(LOCAL_LDFLAGS) $(LDFLAGS)
334 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS)
/third_party/libabigail/src/
H A Dabg-fe-iface.cc134 fe_iface::dt_soname(const string& soname) in dt_soname() argument
135 {priv_->dt_soname = soname;} in dt_soname()
H A Dabg-suppression-priv.h134 /// @param soname the SONAME to consider.
137 /// @p soname.
142 matches_soname(const string& soname) const in matches_soname()
148 if (!regex::match(regexp, soname)) in matches_soname()
155 if (regex::match(regexp, soname)) in matches_soname()
H A Dabg-corpus.cc918 /// Getter for the soname property of the corpus.
924 /// @return the soname property of the corpus.
927 {return priv_->soname;} in get_soname()
929 /// Setter for the soname property of the corpus.
935 /// @param soname the new soname property of the corpus.
937 corpus::set_soname(const string& soname) in set_soname() argument
938 {priv_->soname = soname;} in set_soname()
967 /// - the soname i
[all...]
H A Dabg-elf-helpers.h238 get_soname_of_elf_file(const string& path, string &soname);
H A Dabg-elf-reader.cc910 /// @param soname output parameter. This is set to the SONAME of the
915 /// soname.
917 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() argument
918 {return elf_helpers::get_soname_of_elf_file(path, soname);} in get_soname_of_elf_file()
H A Dabg-elf-helpers.cc1491 /// @param soname out parameter. Set to the SONAME property of the
1497 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() argument
1546 soname = elf_strptr (elf, shdr->sh_link, dyn->d_un.d_val); in get_soname_of_elf_file()
H A Dabg-suppression.cc216 /// designates the soname of the shared library that contains the ABI
228 /// designates the soname of the shared library that contains the ABI
2503 // Check if the name and soname of the binaries match the current in suppresses_function()
2512 // Check if the soname of the binaries match the current suppr spec in suppresses_function()
2815 // Check if the name and soname of the binaries match the current in suppresses_function_symbol()
2825 // Check if the soname of the binaries match the current in suppresses_function_symbol()
3711 // Check if the name and soname of the binaries match in suppresses_variable()
3720 // Check if the soname of the binaries match the current suppr in suppresses_variable()
3859 // Check if the name and soname of the binaries match the current in suppresses_variable_symbol()
3869 // Check if the soname o in suppresses_variable_symbol()
4407 suppression_matches_soname(const string& soname, const suppression_base& suppr) suppression_matches_soname() argument
4425 suppression_matches_soname_or_filename(const string& soname, const string& filename, const suppression_base& suppr) suppression_matches_soname_or_filename() argument
[all...]
/third_party/libabigail/include/
H A Dabg-suppression.h112 suppression_matches_soname(const string& soname,
116 suppression_matches_soname_or_filename(const string& soname,
816 suppression_matches_soname(const string& soname,
820 suppression_matches_soname_or_filename(const string& soname,
H A Dabg-elf-reader.h160 get_soname_of_elf_file(const string& path, string &soname);
/third_party/cJSON/
H A DMakefile15 CJSON_SO_LDFLAG=-Wl,-soname=$(CJSON_LIBNAME).so.$(CJSON_SOVERSION)
16 UTILS_SO_LDFLAG=-Wl,-soname=$(UTILS_LIBNAME).so.$(UTILS_SOVERSION)
/third_party/node/deps/v8/src/utils/
H A Dversion.h57 const char* soname);
/third_party/libabigail/tools/
H A Dabipkgdiff.cc284 string soname; member in elf_file
295 get_soname_of_elf_file(path, soname); in elf_file()
2407 if (e->soname.empty()) in create_maps_of_package_content()
2413 // this DSO does not have a soname. so it can not be a in create_maps_of_package_content()
2418 << " does not have a soname so it's private. Skipping it\n"; in create_maps_of_package_content()
2436 // soname. So let's *also* consider the full path of the in create_maps_of_package_content()
2438 // soname. in create_maps_of_package_content()
2439 string key = e->soname; in create_maps_of_package_content()
2450 << "DSO " << e->path << " of soname " << key in create_maps_of_package_content()
2459 key += string("/@soname in create_maps_of_package_content()
2845 string soname; compare_prepared_userspace_packages() local
2848 cout << "SONAME: " << soname; compare_prepared_userspace_packages() local
2865 string soname; compare_prepared_userspace_packages() local
2868 cout << "SONAME: " << soname; compare_prepared_userspace_packages() local
[all...]
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c892 void *soname = NULL; in dwfl_segment_report_module() local
918 && ! read_portion (&read_state, &soname, &soname_size, in dwfl_segment_report_module()
921 name = soname; in dwfl_segment_report_module()
949 finish_portion (&read_state, &soname, &soname_size); in dwfl_segment_report_module()
/third_party/pulseaudio/sonic/
H A DMakefile8 SONAME=soname
/third_party/selinux/libsepol/src/
H A DMakefile38 LD_SONAME_FLAGS=-soname,$(LIBSO),--version-script=$(LIBMAP),-z,defs
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c160 static int fuse_load_so_name(const char *soname) in fuse_load_so_name() argument
171 so->handle = dlopen(soname, RTLD_NOW); in fuse_load_so_name()
178 fprintf(stderr, "fuse: %s did not register any modules", soname); in fuse_load_so_name()
193 char *soname = malloc(strlen(module) + 64); in fuse_load_so_module() local
194 if (!soname) { in fuse_load_so_module()
198 sprintf(soname, "libfusemod_%s.so", module); in fuse_load_so_module()
199 res = fuse_load_so_name(soname); in fuse_load_so_module()
200 free(soname); in fuse_load_so_module()
/third_party/fsverity-utils/
H A DMakefile149 $(QUIET_CCLD) $(CC) -o $@ -Wl,-soname=$@ -shared $+ \
/third_party/libbpf/src/
H A DMakefile119 -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \
/third_party/lz4/lib/
H A DMakefile62 # OS X linker doesn't support -soname, and use different extension
70 SONAME_FLAGS = -Wl,-soname=liblz4.$(SHARED_EXT).$(LIBVER_MAJOR)
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c441 static void *try_load(const char *dir, const char *soname) in try_load() argument
443 char *path = av_asprintf("%s/%s.so", dir, soname); in try_load()

Completed in 28 milliseconds

12