/third_party/musl/scripts/ |
H A D | print_so_deps.py | 59 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 D | check-symbols.py | 25 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 D | check-libstdc++.py | 22 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.py | 322 soname = f"lib{name}.so" 327 shlib = path.join(dir, soname) 329 return soname
|
/third_party/mbedtls/library/ |
H A D | Makefile | 262 $(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 D | abg-fe-iface.cc | 134 fe_iface::dt_soname(const string& soname) in dt_soname() argument 135 {priv_->dt_soname = soname;} in dt_soname()
|
H A D | abg-suppression-priv.h | 134 /// @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 D | abg-corpus.cc | 918 /// 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 D | abg-elf-helpers.h | 238 get_soname_of_elf_file(const string& path, string &soname);
|
H A D | abg-elf-reader.cc | 910 /// @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 D | abg-elf-helpers.cc | 1491 /// @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 D | abg-suppression.cc | 216 /// 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 D | abg-suppression.h | 112 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 D | abg-elf-reader.h | 160 get_soname_of_elf_file(const string& path, string &soname);
|
/third_party/cJSON/ |
H A D | Makefile | 15 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 D | version.h | 57 const char* soname);
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 284 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 D | dwfl_segment_report_module.c | 892 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 D | Makefile | 8 SONAME=soname
|
/third_party/selinux/libsepol/src/ |
H A D | Makefile | 38 LD_SONAME_FLAGS=-soname,$(LIBSO),--version-script=$(LIBMAP),-z,defs
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 160 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 D | Makefile | 149 $(QUIET_CCLD) $(CC) -o $@ -Wl,-soname=$@ -shared $+ \
|
/third_party/libbpf/src/ |
H A D | Makefile | 119 -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \
|
/third_party/lz4/lib/ |
H A D | Makefile | 62 # 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 D | af_ladspa.c | 441 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()
|