HomeSort by relevance Sort by last modified time
    Searched refs:soname (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/v8/test/cctest/
test-version.cc 40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
59 // Test version without specific SONAME.
66 // Test version with specific SONAME.
67 const char* soname = "libv8.so.1"; local
68 SetVersion(major, minor, build, patch, candidate, soname);
72 CHECK_EQ(soname, soname_str.start());
  /external/chromium_org/v8/src/
version.h 24 // Calculate the SONAME for the V8 shared library.
41 bool candidate, const char* soname);
  /bionic/libc/bionic/
debug_stacktrace.cpp 160 const char* soname = (mi != NULL) ? mi->name : info.dli_fname; local
161 if (soname == NULL) {
162 soname = "<unknown>";
171 i, rel_pc, soname, best_name, frames[i] - offset);
177 i, rel_pc, soname);
  /external/ltrace/
library.c 288 lib->soname = NULL;
330 const char *soname = NULL; local
335 if (strdup_if(&soname, lib->soname, lib->own_soname) < 0
338 free((char *)soname);
343 library_set_soname(retp, soname, lib->own_soname);
432 free((char *)lib->soname);
433 lib->soname = new_name;
492 if (name == lib->soname
493 || strcmp(lib->soname, (char *)name) == 0
    [all...]
  /external/chromium_org/third_party/icu/source/config/
mh-alpha-linux-cc 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-alpha-osf 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-bsd-gcc 24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-haiku 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-qnx 36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
mh-alpha-linux-gcc 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-beos 55 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-irix 35 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-linux 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-linux-va 32 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
  /external/icu/icu4c/source/config/
mh-alpha-linux-cc 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-alpha-osf 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-bsd-gcc 24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-haiku 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-qnx 36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
mh-alpha-linux-gcc 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-beos 55 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-irix 35 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-linux 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-linux-va 32 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
  /external/clang/tools/libclang/
Makefile 35 # Add soname to the library.
37 LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)

Completed in 542 milliseconds

1 2 3 4 5